fix: nftables file location

This commit is contained in:
Simon Cornet 2026-02-17 08:59:03 +01:00
commit a4f00a90ab
2 changed files with 5 additions and 8 deletions

View file

@ -3,8 +3,8 @@
# deploy nftables rules
- name: "firewall - nftables rules"
ansible.builtin.template:
src: "nftables.conf.j2"
dest: "/etc/nftables.conf"
src: "nftables.nft.j2"
dest: "/etc/nftables.nft"
mode: "0600"
owner: "root"
group: "root"