Closed evgenkisel closed 1 year ago
Hello!
The module does not allow to add/modify protocols for a zone with the firewalld_zone resource type, but the parameter can be used with the firewall-cmd tool like firewall-cmd --zone=example --add-protocol=icmp
firewalld_zone
firewall-cmd --zone=example --add-protocol=icmp
See docs: firewall-cmd
Can you rebase this off HEAD? I'll merge once the conflicts are resolved.
Manually rebased in another PR
Hello!
The module does not allow to add/modify protocols for a zone with the
firewalld_zone
resource type, but the parameter can be used with the firewall-cmd tool likefirewall-cmd --zone=example --add-protocol=icmp
See docs: firewall-cmd