aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/firewall/handlers/main.yml (unfollow)
Commit message (Collapse)Author
2023-08-08firewall: reboot on rule changesEgor Tensin
Just restaring netfilter-persistent could break other services depending on iptables, like Docker. Also, I'm not sure why I need a wait_for_connection after a reboot call, so get rid of those.
2023-08-08add firewall roleEgor Tensin