diff options
author | 2022-01-11 14:22:05 -0800 | |
---|---|---|
committer | 2022-01-11 14:22:05 -0800 | |
commit | 845b193626f22dac7f3fb72b3172b2b2cc9916b3 (patch) | |
tree | 87c43b1eb94b9ab063c713c6b7044c3c1a21b565 | |
parent | Install UFW (diff) |
Add ufw role to playbook
-rw-r--r-- | playbook.yml | 6 |
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 |