second commit
This commit is contained in:
5
ansible/roles/fail2ban/handlers/main.yml
Normal file
5
ansible/roles/fail2ban/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: restart fail2ban
|
||||
ansible.builtin.service:
|
||||
name: fail2ban
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user