ansible-roles/fail2ban/README.md

19 lines
625 B
Markdown
Raw Normal View History

# fail2ban
Install Fail2ban.
## Tasks
Everything is in the `tasks/main.yml` file.
## Available variables
Main variables are :
* `general_alert_email`: email address to send various alert messages (default: `root@localhost`).
* `fail2ban_alert_email`: email address for messages sent to root (default: `general_alert_email`).
2017-07-19 11:39:09 +02:00
* `fail2ban_ignore_ips`: list of IPs to ignore (default: empty).
* `fail2ban_disable_ssh`: if true, the "sshd" filter is disabled, otherwise nothing is done, not even enabling the filter (default: `False`).
The full list of variables (with default values) can be found in `defaults/main.yml`.