X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd08729fe0c15a4769332a352cc3723dee13aa24..65c53a4d15f8b5a7e4b56846962432a669a8b9d2:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index 238eeade2..6639332e3 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,7 +32,12 @@ default_attributes( :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { - :tile_parent => "hsinchu.render.openstreetmap.org" + :tile_parent => "hsinchu.render.openstreetmap.org", + :tile_siblings => [ + "balerion.openstreetmap.org", + "waima.openstreetmap.org", + "tuatara.openstreetmap.org" + ] } )