Install Fail2ban IP allow list
This commit is contained in:
2
roles/base/templates/fail2ban-allowlist.conf.j2
Normal file
2
roles/base/templates/fail2ban-allowlist.conf.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
[DEFAULT]
|
||||
ignoreip = {% for host in fail2ban_ignoreip %}{{ host }}{% if not loop.last %} {% endif %}{% endfor %}
|
Reference in New Issue
Block a user