nftables(role): introduce role for deploying nftables
This commit is contained in:
parent
217b44c3fa
commit
c8fa55fafd
6 changed files with 44 additions and 0 deletions
5
roles/nftables/handlers/main.yaml
Normal file
5
roles/nftables/handlers/main.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Restart nftables service
|
||||
ansible.builtin.systemd_service:
|
||||
name: nftables
|
||||
state: restarted
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue