[INFO] Créer le dépôt

This commit is contained in:
2023-05-24 11:44:34 +02:00
parent 914a2ebf4e
commit 9a3e036411
9 changed files with 192 additions and 4 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# handlers file for fail2ban
- name: Redémarrer fail2ban.service
become: true
ansible.builtin.systemd:
state: restarted
name: fail2ban.service