gahg aghag ahgahgahgahga
This commit is contained in:
parent
e7075dbe2b
commit
8ccadccba2
@ -29,6 +29,15 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
state: started
|
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
|
# Set up NAT
|
||||||
- name: Install custom NAT masquerading rule
|
- name: Install custom NAT masquerading rule
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user