Oefenweb / ansible-fail2ban

Ansible role to set up fail2ban in Debian-like systems
MIT License
117 stars 55 forks source link

Allow all fail2ban configuration options #40

Closed Yannik closed 7 years ago

Yannik commented 7 years ago

At the moment, you cannot set all fail2ban options for a specific fail2ban_services item. For examle, you cannot set a custom ignoreip, findtime, sender, destemail etc.

I would suggesting leaving checking for valid options to fail2ban and simply pass over all options for each service.

Yannik commented 7 years ago

see #41