X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/60fb340c348c186bb9977877e8c2993623baa36a..855cc205f5ead237914ad554430f906f73a01e69:/roles/konqi.rb?ds=sidebyside diff --git a/roles/konqi.rb b/roles/konqi.rb index 1016e27a8..6744ee3ce 100644 --- a/roles/konqi.rb +++ b/roles/konqi.rb @@ -3,7 +3,7 @@ description "Master role applied to konqi" default_attributes( :hardware => { - :shm_size => "18g" + :shm_size => "20g" }, :networking => { :interfaces => { @@ -23,6 +23,9 @@ default_attributes( :prefix => "64", :gateway => "2a02:180:1:1::1" } + }, + :wireguard => { + :enabled => false } }, :squid => { @@ -36,14 +39,7 @@ default_attributes( ] }, :tilecache => { - :tile_parent => "germany.render.openstreetmap.org", - :tile_siblings => [ - "katie.openstreetmap.org", - "trogdor.openstreetmap.org", - "ridgeback.openstreetmap.org", - "gorynych.openstreetmap.org", - "simurgh.openstreetmap.org" - ] + :tile_parent => "germany.render.openstreetmap.org" } )