role_fail2ban/handlers/main.yml

9 lines
161 B
YAML
Raw Normal View History

2023-05-24 09:44:34 +00:00
---
# handlers file for fail2ban
- name: Redémarrer fail2ban.service
become: true
ansible.builtin.systemd:
state: restarted
name: fail2ban.service