Move nftables to its own playbook.

This commit is contained in:
Viyurz 2024-03-02 12:03:14 +01:00
parent 0a67d1ba01
commit 30f6f1f3ee
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
- name: Include variables files & load nftables.conf
hosts: localhost
roles:
- include-vars
- nftables

View file

@ -1,8 +1,7 @@
- name: Include variables files & load nftables.conf
- name: Include variables files
hosts: localhost
roles:
- include-vars
- nftables
- name: Update project(s)
hosts: localhost