7 lines
116 B
YAML
Raw Permalink Normal View History

2024-12-16 19:28:37 +01:00
---
- name: 'fail2ban | restart fail2ban'
systemd:
name: fail2ban
state: restarted
tags: ['fail2ban']