gahg aghag ahgahgahgahga

This commit is contained in:
John Burwell 2025-04-26 16:45:59 -05:00
parent e7075dbe2b
commit 8ccadccba2

View File

@ -29,6 +29,15 @@
enabled: true
state: started
# Create /etc/nftables.d
- name: Create /etc/nftables.d
ansible.builtin.file:
path: /etc/nftables.d
state: directory
mode: "0755"
owner: root
group: root
# Set up NAT
- name: Install custom NAT masquerading rule
ansible.builtin.template: