aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/ufw/tasks/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/ufw/tasks/main.yml b/roles/ufw/tasks/main.yml
index ff437f3..00749d2 100644
--- a/roles/ufw/tasks/main.yml
+++ b/roles/ufw/tasks/main.yml
@@ -1,13 +1,13 @@
-- name: Enable UFW and deny all traffic by default
- community.general.ufw:
- state: enabled
- policy: deny
-
- name: Allow OpenSSH
community.general.ufw:
rule: allow
name: OpenSSH
+- name: Enable UFW and deny all traffic by default
+ community.general.ufw:
+ state: enabled
+ policy: deny
+
- name: Allow WireGuard
community.general.ufw:
rule: allow