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