X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2dde19d4322c421d29e7b6f3a8a1c55b773194fc..ee6580d55e1bbed06787ac3e5f18af1bb35c8e6d:/roles/ouroboros.rb diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index 9b132146c..d1d5d7271 100644 --- a/roles/ouroboros.rb +++ b/roles/ouroboros.rb @@ -2,19 +2,26 @@ name "ouroboros" description "Master role applied to ouroboros" default_attributes( + :chef => { + :client => { + :version => "11.18.0-1" + } + }, :networking => { :interfaces => { :internal_ipv4 => { :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",