- 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