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