Actually install the nftable template file.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
b322316be5
commit
4fac049b6a
3 changed files with 29 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
|||
- name: Restart iptables
|
||||
action: service name=iptables state=restarted
|
||||
|
||||
- name: Restart nftables
|
||||
action: service name=nftables state=restarted
|
||||
|
||||
- name: Restart ip6tables
|
||||
action: service name=ip6tables state=restarted
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue