From: Tom Hughes Date: Thu, 24 Sep 2020 16:09:10 +0000 (+0100) Subject: Disable firewall on tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3931779dad7aa8dda435bc2d49bff7d00d3e43af Disable firewall on tile caches --- diff --git a/roles/tilecache.rb b/roles/tilecache.rb index a76af78a7..75a66f5fd 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -9,6 +9,11 @@ default_attributes( } } }, + :networking => { + :firewall => { + :enabled => false + } + }, :nginx => { :access_log => false },