X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..21c251d4b15d31087c1d892495f3d88e4cbe2840:/roles/ouroboros.rb diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index 4160db358..9a4d65283 100644 --- a/roles/ouroboros.rb +++ b/roles/ouroboros.rb @@ -8,13 +8,15 @@ default_attributes( :interface => "eth0", :role => :internal, :family => :inet, - :address => "146.179.159.172" + :address => "146.179.159.172", + :hwaddress => "00:23:7d:ea:81:38" }, :external_ipv4 => { :interface => "eth1", :role => :external, :family => :inet, - :address => "193.63.75.106" + :address => "193.63.75.106", + :hwaddress => "00:23:7d:ea:81:3a" }, :external_ipv6 => { :interface => "eth1", @@ -28,5 +30,6 @@ default_attributes( run_list( "role[ic]", - "role[wiki-new]" + "role[hp-dl360-g6]", + "role[wiki]" )