X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4f4aacc1811ba45693a1c6c3301acb05c65aa876..63499170498deaea484d0f4d2bceac1ecee5f635:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index a90273778..11678ec07 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -21,14 +21,25 @@ default_attributes( :slaves => %w[eno1 eno2] } }, - :external => { + :external_he => { :interface => "bond0.3", :role => :external, + :metric => 150, + :source_route_table => 100, :inet => { - :address => "184.104.179.142" - }, - :inet6 => { - :address => "2001:470:1:fa1::e" + :address => "184.104.179.142", + :prefix => "27", + :gateway => "184.104.179.129" + } + }, + :external => { + :interface => "bond0.103", + :role => :external, + :source_route_table => 150, + :inet => { + :address => "82.199.86.110", + :prefix => "27", + :gateway => "82.199.86.97" } } }