2025-11-12 12:32:43 +01:00

9 lines
154 B
YAML

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