This commit is contained in:
John Burwell 2025-04-26 16:15:31 -05:00
parent d2c19248f2
commit 21543d94fa

View File

@ -33,6 +33,6 @@
- name: Install custom NAT masquerading rule - name: Install custom NAT masquerading rule
ansible.builtin.copy: ansible.builtin.copy:
dest: /etc/nftables.d/10-ham-hotspot.nft dest: /etc/nftables.d/10-ham-hotspot.nft
src: nftables/ham-hotspot.nft.j2 src: nftables/ham-hotspot-nat.nft.j2
mode: "0644" mode: "0644"
notify: Restart nftables notify: Restart nftables