--- - name: "*{{ daemon_name }}* : Firewall-Daemon für den {{ daemon_name }} anpassen" firewalld: #https://docs.ansible.com/ansible/latest/modules/firewalld_module.html zone: public port: 873/tcp permanent: yes immediate: yes state: enabled # #zone: public #rich_rule: rule family="ipv4" source address="88.217.171.167/32" port protocol="tcp" port="873" destination address="10.0.0.190/32" accept #permanent: yes #immediate: yes #state: enabled