aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/firewall/tasks/main.yml (unfollow)
Commit message (Collapse)Author
2023-09-18use ansible.builtin.package generic moduleEgor Tensin
2023-09-01firewall: using the validate arg for testing the configEgor Tensin
2023-09-01sort module args, add missing state args, etc.Egor Tensin
2023-08-20append .j2 extension to templatesEgor Tensin
I saw a good point somewhere that it should help with syntax highlighting.
2023-08-10firewall: don't put invalid rules in /etc/iptables/Egor Tensin
2023-08-09firewall: fail on malformed rule filesEgor Tensin
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