feat: nftables > iptables
This commit is contained in:
parent
2b39625159
commit
b10c779362
4 changed files with 69 additions and 44 deletions
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
|
||||
# restart iptables
|
||||
- name: "restart iptables"
|
||||
# restart nftables
|
||||
- name: "restart nftables"
|
||||
ansible.builtin.service:
|
||||
name: "iptables"
|
||||
name: "nftables"
|
||||
state: "restarted"
|
||||
|
||||
# apply local routes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue