Oefenweb / ansible-fail2ban

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

Updateil jail.local.j2 to avoid confusion #53

Closed eHanseJoerg closed 5 years ago

eHanseJoerg commented 5 years ago

The Jinja template was taken from the fail2ban jail.conf, which includes the "do not modify this file" statement, which is not correct. Changed the preamble to be less confusing.

tersmitten commented 5 years ago

Thanks for your contribution