Initial commit
This commit is contained in:
commit
1f22db68e1
5 changed files with 54 additions and 0 deletions
4
handlers/main.yml
Normal file
4
handlers/main.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- name: Restart fail2ban
|
||||
ansible.builtin.systemd_service:
|
||||
name: fail2ban
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue