Initial role commit
This commit is contained in:
6
handlers/main.yaml
Normal file
6
handlers/main.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Restart fail2ban
|
||||
ansible.builtin.service:
|
||||
name: "{{ fail2ban_service }}"
|
||||
state: restarted
|
||||
listen: Restart fail2ban
|
||||
Reference in New Issue
Block a user