X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7b86da8b9f7eec9f5bc10f22bf287fb49212dc12..95aa82e2ca5501be6c311bd8d5e06d084514ccc9:/roles/chrysophylax.rb diff --git a/roles/chrysophylax.rb b/roles/chrysophylax.rb index 45482639b..91bd103dd 100644 --- a/roles/chrysophylax.rb +++ b/roles/chrysophylax.rb @@ -3,6 +3,7 @@ description "Master role applied to chrysophylax" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens160", @@ -27,7 +28,7 @@ default_attributes( :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { - :tile_parent => "france.render.openstreetmap.org", + :tile_parent => "zurich.render.openstreetmap.org", :tile_siblings => [ "noomoahk.openstreetmap.org", "nepomuk.openstreetmap.org", @@ -39,5 +40,6 @@ default_attributes( run_list( "role[iway]", + "role[geodns]", "role[tilecache]" )