ansible-role-fail2ban/templates/filter.conf.j2

8 lines
152 B
Text
Raw Normal View History

2018-08-05 20:25:51 +00:00
; {{ ansible_managed }}
[INCLUDES]
before = common.conf
[Definition]
failregex = {{ item.failregex }}
ignoreregex = {{ item.ignoreregex|default('') }}