ansible/roles/basesecurity/templates/fail2ban/jail.d/local.conf.j2
2019-03-14 15:45:19 +01:00

9 lines
161 B
Django/Jinja

# {{ ansible_managed }}
# Ban a host for 10mn
# if it has failed 5 times during the last 10mn
[sshd]
enabled = true
bantime = 600
findtime = 600
maxretry = 5