ansible-personal/group_vars/web

9 lines
163 B
Plaintext

---
# file: group_vars/web
# all hosts run fail2ban with the sshd filter, but some can use other filters
extra_fail2ban_filters:
- nginx
# vim: set ts=2 sw=2: