diff --git a/host_vars/smartjournal.yml b/host_vars/smartjournal.yml index 63b7d7d..1b340d8 100644 --- a/host_vars/smartjournal.yml +++ b/host_vars/smartjournal.yml @@ -1,7 +1,5 @@ --- # SmartJournal specific variables -common_firewall_allowed_ports: - - "22/tcp" # SSH - - "80/tcp" # HTTP - - "443/tcp" # HTTPS +# Disable firewall +common_firewall_enabled: false