aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/firewall (follow)
Commit message (Collapse)AuthorAge
* 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.
* add ansible_managed comment to templatesEgor Tensin2023-08-20
|
* tweak names a bitEgor Tensin2023-08-20
|
* add a bunch of READMEs for rolesEgor Tensin2023-08-14
|
* firewall: don't put invalid rules in /etc/iptables/Egor Tensin2023-08-10
|
* firewall: fail on malformed rule filesEgor Tensin2023-08-09
|
* firewall: make SSH port go first in rulesEgor Tensin2023-08-08
|
* 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