Files
portfolio/professional-infra/linux-operations-automation/roles/base_provision/handlers/main.yml
T

12 lines
199 B
YAML
Raw Normal View History

2026-05-04 17:37:24 +00:00
---
- name: restart sshd
ansible.builtin.service:
name: sshd
state: restarted
- name: restart fail2ban
ansible.builtin.service:
name: fail2ban
state: restarted
enabled: true