Commit message (Collapse) | Author | ||
---|---|---|---|
2023-09-18 | use ansible.builtin.package generic module | Egor Tensin | |
2023-09-01 | firewall: using the validate arg for testing the config | Egor Tensin | |
2023-09-01 | sort module args, add missing state args, etc. | Egor Tensin | |
2023-08-23 | properly prefix things | Egor Tensin | |
2023-08-20 | append .j2 extension to templates | Egor Tensin | |
I saw a good point somewhere that it should help with syntax highlighting. | |||
2023-08-20 | tweak names a bit | Egor Tensin | |
2023-08-10 | firewall: don't put invalid rules in /etc/iptables/ | Egor Tensin | |
2023-08-09 | firewall: fail on malformed rule files | Egor Tensin | |
2023-08-08 | firewall: reboot on rule changes | Egor 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-08 | add firewall role | Egor Tensin | |