gahg aghag ahgahgahgahga
This commit is contained in:
parent
e7075dbe2b
commit
8ccadccba2
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user