From 87c5a9386d89b5b93520d7da1a10e584d6cc086f Mon Sep 17 00:00:00 2001 From: Vezpi Date: Fri, 5 Dec 2025 21:24:21 +0000 Subject: [PATCH] remove: firewall section --- ansible/playbooks/install_nginx.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ansible/playbooks/install_nginx.yml b/ansible/playbooks/install_nginx.yml index dd297f3..31cf775 100644 --- a/ansible/playbooks/install_nginx.yml +++ b/ansible/playbooks/install_nginx.yml @@ -28,17 +28,6 @@ group: www-data 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 ansible.builtin.service: name: nginx