ansible-roles/fail2ban/defaults/main.yml
Jérémy Lecour 012dabf657 fail2ban: fix fail2ban_ignore_ips definition
If the final variable is combined in the defaults file, it's component 
can be overridden, but the final variable can't be overriden.
2018-08-21 23:14:31 +02:00

10 lines
190 B
YAML

---
general_alert_email: "root@localhost"
fail2ban_alert_email: Null
fail2ban_default_ignore_ips: []
fail2ban_additional_ignore_ips: []
fail2ban_wordpress: False
fail2ban_roundcube: False