X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/040a821d669e17799cb97040d7e0ed40bd39d8aa..929442ef54b2eb233b635c93cdcf86f2b4660c4c:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index 4641119fb..fc50adc39 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -9,6 +9,12 @@ default_attributes( :role => :external, :family => :inet, :address => "140.211.167.104" + }, + :external_ipv6 => { + :interface => "em1", + :role => :external, + :family => :inet6, + :address => "2605:bc80:3010:700::8cde:a768" } } } @@ -16,6 +22,6 @@ default_attributes( run_list( "role[osuosl]", - "role[hp-g6]", + "role[hp-dl360-g6]", "role[taginfo]" )