ansible-roles/fail2ban/README.md

418 B

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).

The full list of variables (with default values) can be found in defaults/main.yml.