first commit
This commit is contained in:
10
tasks/main.yml
Normal file
10
tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: Enable ipv4 forwarding
|
||||
sysctl:
|
||||
name: net.ipv4.ip_forward
|
||||
value: '1'
|
||||
sysctl_set: yes
|
||||
state: present
|
||||
reload: yes
|
||||
|
||||
- import_tasks: firewalld.yml
|
||||
- import_tasks: haproxy.yml
|
||||
Reference in New Issue
Block a user