From f3030f9d6dc85f782a22a241742f2a1382db6d8d Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 4 Jul 2025 15:53:27 +0200 Subject: [PATCH] allow http, so caddy can redirect --- ansible/services/caddy_playbook.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/services/caddy_playbook.yml b/ansible/services/caddy_playbook.yml index 13ff64b..e422c78 100644 --- a/ansible/services/caddy_playbook.yml +++ b/ansible/services/caddy_playbook.yml @@ -54,6 +54,12 @@ enabled: yes state: started + - name: Allow HTTP through UFW + ufw: + rule: allow + port: '80' + proto: tcp + - name: Allow HTTPS through UFW ufw: rule: allow