ansible-roles/fail2ban
Jérémy Lecour 030425d9f8 fail2ban: unindent notify attribute 2017-07-19 12:06:19 +02:00
..
defaults fail2ban: change ips variables 2017-07-19 11:39:09 +02:00
files Squash: conventions, evolinux, etc-git… 2016-12-21 16:12:30 +01:00
handlers Squash: conventions, evolinux, etc-git… 2016-12-21 16:12:30 +01:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks fail2ban: unindent notify attribute 2017-07-19 12:06:19 +02:00
templates fail2ban: change ips variables 2017-07-19 11:39:09 +02:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md fail2ban: change ips variables 2017-07-19 11:39:09 +02:00

README.md

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).
  • fail2ban_ignore_ips: list of IPs to ignore (default: empty).

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