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/ebc3049191613606d4bfcfc0434a36e606d4a8d1?ds=sidebyside 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 },