first commit

This commit is contained in:
Nils Cant
2020-05-05 17:30:40 +02:00
commit c48b02bd78
5 changed files with 211 additions and 0 deletions

10
tasks/main.yml Normal file
View 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