feat: nftables > iptables
This commit is contained in:
parent
2b39625159
commit
b10c779362
4 changed files with 69 additions and 44 deletions
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
|
||||
# install iptables
|
||||
- name: "routing - install ptables"
|
||||
# install nftables
|
||||
- name: "routing - install nftables"
|
||||
community.general.apk:
|
||||
name:
|
||||
- "iptables"
|
||||
- "nftables"
|
||||
state: "present"
|
||||
update_cache: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue