diff options
Diffstat (limited to 'ansible/nftables.yml')
-rw-r--r-- | ansible/nftables.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible/nftables.yml b/ansible/nftables.yml new file mode 100644 index 0000000..72f98df --- /dev/null +++ b/ansible/nftables.yml @@ -0,0 +1,15 @@ +- hosts: + - arius + tasks: + - name: Remove UFW + become: yes + apt: + name: ufw + state: absent + purge: yes + +- hosts: + - arius + roles: + - role: nftables + become: yes |