ansible-fail2ban icon indicating copy to clipboard operation
ansible-fail2ban copied to clipboard

Install and configure fail2ban service

Results 6 ansible-fail2ban issues
Sort by recently updated
recently updated
newest added

Having this problem on Ubuntu 16.04 ```TASK [debops.fail2ban : Configure fail2ban] ************************************************************************************************************************************************************** fatal: [host.example.com]: FAILED! => {"failed": true, "msg": "lookup plugin (template_src) not found"} to retry, use: --limit @/home/user/workspace/server/ansible/playbooks/setup_machines.retry ```...

What's the meaning of this errors in fail2ban log? and why /proc/net/xt_recent is not created with debops fail2ban installation? ERROR test -e /proc/net/xt_recent/fail2ban-ssh returned 100 ERROR Invariant check failed. Trying...

Since the changes from #19, fail2ban won't start anymore. That's because the SSH jail in Ubuntu isn't `ssh`, but `sshd`. So now, fail2ban just refuses to start since there's no...

I think this commit broke fail2ban configuration: https://github.com/debops/ansible-fail2ban/commit/d56c36031bf9afa637cdee32480e7730cfc7bc34 According to journalctl when I restart: Mar 09 12:26:56 XXX fail2ban[31387]: Starting authentication failure monitor: fail2banWARNING Wrong value for 'loglevel' in 'Definition'....

While testing, I was able to consistently lock myself out of the Ubuntu 16.04 cloud images I was testing locally today. My guess at what went wrong is that ansible...

I would like to specify custom jail by server type. Is it possible to use this jails declaration to promote reuse? with fail2ban-default.yml that contains specific rules for ssh jails...