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