X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3d882361b0fc3d302580e14855b21b3f6aa7730d..b58a4c3a7addb3e7821371293c63bd3bfaf4d659:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index 8eecf6bb9..fc50adc39 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -8,9 +8,7 @@ default_attributes( :interface => "em1", :role => :external, :family => :inet, - :address => "140.211.167.104", - :prefix => "28", - :gateway => "140.211.167.97" + :address => "140.211.167.104" }, :external_ipv6 => { :interface => "em1", @@ -24,5 +22,6 @@ default_attributes( run_list( "role[osuosl]", - "role[hp-dl360-g6]" + "role[hp-dl360-g6]", + "role[taginfo]" )