X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/14a572f18ce1a0067cea443b45f4c19808b627ca..9f6b70c11aa279ea51cfeb9ca74714e2cd2217fe:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index c52e88a73..904ed8138 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -8,7 +8,9 @@ default_attributes( :interface => "em1", :role => :external, :family => :inet, - :address => "140.211.167.104" + :address => "140.211.167.104", + :prefix => "28", + :gateway => "140.211.167.97" }, :external_ipv6 => { :interface => "em1", @@ -23,5 +25,5 @@ default_attributes( run_list( "role[osuosl]", "role[hp-dl360-g6]", - "role[wiki]" + "role[taginfo]" )