linux-system-roles / firewall

Configure firewalld and system-config-firewall
https://linux-system-roles.github.io/firewall/
GNU General Public License v2.0
57 stars 32 forks source link

Disable nftables service #136

Closed myllynen closed 1 year ago

myllynen commented 1 year ago

When using the firewall role only the firewalld service, not nftables, should be running to avoid any conflicts. While it's trivial to disable/mask nftables in a separate task it would be nice to have the role to do the same and thus avoid any risk for issues. Thanks.

BrennanPaciorek commented 1 year ago

Recent PR added the variable firewall_disable_conflicting_services that can be set to check for and disable any conflicting services (currently disables iptables, nftables, and ufw). You will want to enable this on your first task running the role in each playbook. Thank you for submitting this issue.