2025-10-30 15:27:25 +01:00

9 lines
155 B
YAML

#SPDX-License-Identifier: MIT-0
---
# handlers file for ssh_hardening
- name: restart_sshd
ansible.builtin.service:
name: sshd
state: restarted