1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/fail2ban/defaults/main.yml
2020-05-28 22:08:50 +02:00

15 lines
486 B
YAML

# by default all jails are disabled
# override this variable in a host/group file to define which jails to enable
fail2ban_jails:
sshd: false
postfix: false
dovecot: false
# use variables for these directives so they can be overridden at a host or
# group level as required. note that there cannot be a space between the
# integer and the unit (eg "15min" == good, "15 min" == bad).
# refer to `man jail.conf`
fail2ban_findtime: 15min
fail2ban_bantime: 1day
fail2ban_maxretry: 5