resist-vpn-infra/roles/ssh_users/handlers/main.yml
2026-01-26 21:22:41 -05:00

8 lines
117 B
YAML

---
# SSH Users Role - Handlers
- name: restart sshd
ansible.builtin.service:
name: sshd
state: restarted