X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/81167c6b7954c378907ddd06d0227b78e9c18367..b58a4c3a7addb3e7821371293c63bd3bfaf4d659:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index d5a5fc3a3..fc50adc39 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -5,15 +5,23 @@ default_attributes( :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "em1", :role => :external, :family => :inet, :address => "140.211.167.104" + }, + :external_ipv6 => { + :interface => "em1", + :role => :external, + :family => :inet6, + :address => "2605:bc80:3010:700::8cde:a768" } } } ) run_list( - "role[osuosl]" + "role[osuosl]", + "role[hp-dl360-g6]", + "role[taginfo]" )