X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/39319c70a19a6d2576ac8d87acebd559de39bb53..c5547dd0cffc607cd6653f5caefa4e0ea9f7bb06:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index 398f5b334..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", @@ -27,8 +32,6 @@ default_attributes( :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { - :ip_bucket_refill => "6144", - :net_bucket_refill => "24576", :tile_parent => "hsinchu.render.openstreetmap.org" } )