feat: nftables > iptables

This commit is contained in:
Simon Cornet 2026-02-16 17:33:01 +01:00
commit b10c779362
4 changed files with 69 additions and 44 deletions

View file

@ -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