X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4ca7c6a170e3b834b4bd0721c616c3dd061fc156..ebc3049191613606d4bfcfc0434a36e606d4a8d1:/roles/rimfaxe.rb diff --git a/roles/rimfaxe.rb b/roles/rimfaxe.rb index a6f5e1a52..f130d03e4 100644 --- a/roles/rimfaxe.rb +++ b/roles/rimfaxe.rb @@ -23,6 +23,9 @@ default_attributes( :prefix => "64", :gateway => "2001:878:346::97" } + }, + :wireguard => { + :enabled => false } }, :squid => { @@ -36,13 +39,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" } )