X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d64ad43758cde5b1a3e2eadf07e9353b25a7754a..31ff8b6e4b96b38e3b7b08a3d6e7957cb2c86f34:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index f0492ad50..ada5971f9 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,5 @@ default_attributes( run_list( "role[osuosl]", - "role[hp-dl360-g6]", - "role[taginfo]" + "role[hp-dl360-g6]" )