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

6 lines
88 B
YAML
Raw Normal View History

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