X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd08729fe0c15a4769332a352cc3723dee13aa24..c5547dd0cffc607cd6653f5caefa4e0ea9f7bb06:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index 238eeade2..8de62a5d0 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -2,10 +2,15 @@ name "longma" description "Master role applied to longma" default_attributes( + :exim => { + :aliases => { + :root => "ceasar" + } + }, :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "ens160", :role => :external, :family => :inet, :address => "140.110.240.7", @@ -13,7 +18,7 @@ default_attributes( :gateway => "140.110.240.254" }, :external_ipv6 => { - :interface => "eth0", + :interface => "ens160", :role => :external, :family => :inet6, :address => "2001:e10:2000:240::7",