8 lines
122 B
YAML
8 lines
122 B
YAML
|
---
|
||
|
# handlers file for /etc/ansible/roles/fail2ban
|
||
|
#
|
||
|
|
||
|
- name: restart fail2ban
|
||
|
service: name=fail2ban state=restarted
|
||
|
|