X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a5afb29c460ffe42f50daa8481a4a4fdeb778026..85625531ef385b5be17fe2b0de369e3f1af2527b:/roles/ramoth.rb diff --git a/roles/ramoth.rb b/roles/ramoth.rb index fad21355a..77f596976 100644 --- a/roles/ramoth.rb +++ b/roles/ramoth.rb @@ -46,11 +46,13 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "bond0", :role => :internal, :family => :inet, - :address => "146.179.159.170", - :hwaddress => "00:25:90:4b:05:9a" + :address => "10.0.48.5", + :bond => { + :slaves => %w[eth0 eth1] + } } } },