17 lines
425 B
YAML
17 lines
425 B
YAML
---
|
|
# defaults file for fail2ban
|
|
|
|
fail2ban_destemail: ""
|
|
fail2ban_sender: ""
|
|
fail2ban_ignoreip: []
|
|
fail2ban_ssh_port: 22
|
|
|
|
fail2ban_templates: []
|
|
#Exemple:
|
|
# - src: role_fail2ban/nginx_jail.conf.j2
|
|
# dest: /etc/fail2ban/jail.d/nginx.conf
|
|
# - src: role_fail2ban/seafile_jail.conf.j2
|
|
# dest: /etc/fail2ban/jail.d/seafile.conf
|
|
# - src: role_fail2ban/seafile_filter.conf.j2
|
|
# dest: /etc/fail2ban/filter.d/seafile.conf
|