initial commit

This commit is contained in:
Ludovic Cartier
2024-12-16 19:28:37 +01:00
parent 98722ebc6f
commit 04d63c93f2
4 changed files with 59 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: 'fail2ban | restart fail2ban'
systemd:
name: fail2ban
state: restarted
tags: ['fail2ban']