- name: enable routing in sysctl config ansible.posix.sysctl: name: net.ipv4.ip_forward value: 1 state: present reload: true