aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2022-01-11 14:22:05 -0800
committerGravatar MarkKoz <[email protected]>2022-01-11 14:22:05 -0800
commit845b193626f22dac7f3fb72b3172b2b2cc9916b3 (patch)
tree87c43b1eb94b9ab063c713c6b7044c3c1a21b565
parentInstall UFW (diff)
Add ufw role to playbook
-rw-r--r--playbook.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml
index f095c57..07aeb06 100644
--- a/playbook.yml
+++ b/playbook.yml
@@ -12,6 +12,12 @@
- hosts: all
roles:
+ - ufw
+ tags:
+ - ufw
+
+- hosts: all
+ roles:
- wireguard
tags:
- wireguard