ansible-role-fail2ban/templates/etc/fail2ban/jail.d/02-services.conf.j2
2018-10-08 19:35:13 +02:00

5 lines
57 B
Django/Jinja

{% if fail2ban_ssh %}
[sshd]
enabled = true
{% endif %}