12 lines
205 B
YAML
12 lines
205 B
YAML
---
|
|
- name: restart fail2ban
|
|
ansible.builtin.systemd:
|
|
name: fail2ban
|
|
state: restarted
|
|
|
|
- name: restart sysstat
|
|
ansible.builtin.systemd:
|
|
name: sysstat
|
|
state: restarted
|
|
enabled: true
|