first commit

This commit is contained in:
2024-11-28 00:01:14 +03:00
commit 989693564a
17 changed files with 525 additions and 0 deletions

9
handlers/main.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: reload fail2ban unit
systemd:
daemon_reload: yes
- name: fail2ban restart
service:
name: fail2ban
state: restarted