X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4ca7c6a170e3b834b4bd0721c616c3dd061fc156..6774d6625d27c61477684cbf753ae99a9f9907e0:/roles/rimfaxe.rb?ds=sidebyside diff --git a/roles/rimfaxe.rb b/roles/rimfaxe.rb index a6f5e1a52..40a4e9db4 100644 --- a/roles/rimfaxe.rb +++ b/roles/rimfaxe.rb @@ -6,6 +6,9 @@ default_attributes( :shm_size => "10g" }, :networking => { + :fireweall => { + :enabled => false + }, :interfaces => { :external_ipv4 => { :interface => "eth0", @@ -23,6 +26,9 @@ default_attributes( :prefix => "64", :gateway => "2001:878:346::97" } + }, + :wireguard => { + :enabled => false } }, :squid => { @@ -36,13 +42,7 @@ default_attributes( ] }, :tilecache => { - :tile_parent => "aalborg.render.openstreetmap.org", - :tile_siblings => [ - "katie.openstreetmap.org", - "konqi.openstreetmap.org", - "ridgeback.openstreetmap.org", - "gorynych.openstreetmap.org" - ] + :tile_parent => "aalborg.render.openstreetmap.org" } )