Use nftables for firewall on ingress

See ya never, iptables!
This commit is contained in:
Jake Howard
2023-10-26 21:34:06 +01:00
parent 54e2205e48
commit 9f83efa53b
9 changed files with 64 additions and 15 deletions

View File

@ -9,3 +9,11 @@
name: nginx
state: restarted
become: true
- name: reload nftables
command:
argv:
- nft
- -f
- /etc/nftables.conf
become: true