5 lines
104 B
YAML
Executable file
5 lines
104 B
YAML
Executable file
---
|
|
- name: Restart fail2ban
|
|
ansible.builtin.systemd:
|
|
name: fail2ban.service
|
|
state: restarted
|