remove: firewall section

This commit is contained in:
2025-12-05 21:24:21 +00:00
parent 6b1c582ca6
commit 87c5a9386d

View File

@@ -28,17 +28,6 @@
group: www-data group: www-data
mode: "0644" mode: "0644"
- name: Allow HTTP through firewall
community.general.ufw:
rule: allow
port: "80"
proto: tcp
- name: Enable ufw
community.general.ufw:
state: enabled
enabled: true
- name: Ensure nginx is running - name: Ensure nginx is running
ansible.builtin.service: ansible.builtin.service:
name: nginx name: nginx