Oefenweb / ansible-fail2ban

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

Cannot define custom bantime per service #16

Closed xiongchiamiov closed 8 years ago

xiongchiamiov commented 8 years ago

The fail2ban manual says that bantime can be over-ridden in a jail. You can define it in fail2ban_services, but it's just ignored when rendering jail.local.j2.

If you give me a week or two, I'd be glad to write and test a patch.

tersmitten commented 8 years ago

That would be nice.

Is it possible that the fail2ban version is too old?

xiongchiamiov commented 8 years ago

I don't mean that fail2ban ignores the entry, but rather that this role never puts it in the config file in the first place.