robertdebock / ansible-role-fail2ban

Install and configure fail2ban on your system.
https://robertdebock.nl/
Apache License 2.0
59 stars 29 forks source link

`ignoreip` belongs in jail.local, not fail2ban.local #16

Closed quux closed 4 months ago

quux commented 9 months ago

name: Pull request about: move ignoreip to jail.local. Fixes #15

Describe the change Moved ignoreip to fail2ban_base_jail_configuration

Testing Deployed using this fork on a Debian system. fail2ban-client get sshd ignoreip now returns the list of ignored ip addresses.

mxmehl commented 4 months ago

May I kindly asked why this hasn't been merged, @robertdebock @robert-de-bock? I ran into this issue exactly and this PR seems to solve it.