Files
ansible/roles/firewall/templates/rules-v4.d/95_fail2ban.sh.j2
2025-10-10 11:07:34 +00:00

7 lines
136 B
Django/Jinja

# {{ ansible_managed }}
# Restart fail2ban
if systemctl -q is-active fail2ban.service; then
systemctl try-restart fail2ban.service
fi