remove: firewall section
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user