From d7c7b82314bd40f8c99bb58477758c84c2864b88 Mon Sep 17 00:00:00 2001 From: directlx Date: Wed, 4 Feb 2026 09:50:29 -0500 Subject: [PATCH] Disable firewall on smartjournal Co-Authored-By: Claude Opus 4.5 --- host_vars/smartjournal.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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