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