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