X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2835205c501da417ff80ce4f06dc32d14c8c38bb..9e3d6bc2332036591015cf6171a685536e26b3c1:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index ab310808a..d212b6680 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -17,14 +17,35 @@ default_attributes( :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50] } }, - :external => { + :external_he => { :interface => "bond0.101", :role => :external, + :source_route_table => 100, + :inet => { + :address => "184.104.226.104", + :prefix => "27", + :gateway => "184.104.226.97" + }, + :inet6 => { + :address => "2001:470:1:b3b::8", + :prefix => 64, + :gateway => "2001:470:1:b3b::1" + } + }, + :external => { + :interface => "bond0.203", + :role => :external, + :metric => 150, + :source_route_table => 150, :inet => { - :address => "184.104.226.104" + :address => "87.252.214.101", + :prefix => "27", + :gateway => "87.252.214.97" }, :inet6 => { - :address => "2001:470:1:b3b::8" + :address => "2001:4d78:fe03:1c::8", + :prefix => 64, + :gateway => "2001:4d78:fe03:1c::1" } } } @@ -38,9 +59,14 @@ run_list( "role[trac]", "role[irc]", "role[blogs]", - "role[munin]", "role[switch2osm]", + "recipe[foundation::birthday]", + "recipe[foundation::mastodon]", "recipe[foundation::owg]", "recipe[foundation::welcome]", - "recipe[stateofthemap::container]" + "recipe[stateofthemap::container]", + "recipe[hot]", + "recipe[ideditor]", + "recipe[dmca]", + "role[otrs]" )