feat: Manage ipforwarding
This commit is contained in:
@@ -8,3 +8,12 @@
|
||||
enabled: true
|
||||
masked: false
|
||||
become: true
|
||||
|
||||
- name: Enable 100-ip_forwarding.conf
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- sysctl
|
||||
- -p
|
||||
- "{{ nftables_ip_forwarding_path }}"
|
||||
removes: "{{ nftables_ip_forwarding_path }}"
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user