Add fail2ban role for ansible

This commit is contained in:
2020-04-19 23:30:19 +00:00
parent 20071c135c
commit b520c2bfe8
102 changed files with 3726 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
# handlers file for /etc/ansible/roles/fail2ban
#
- name: restart fail2ban
service: name=fail2ban state=restarted