Files
dsk-iac/ansible/roles/bastion/handlers/main.yml
havelight-ee e3a240bc41 bastion update
2023-06-28 15:48:32 +09:00

7 lines
110 B
YAML
Executable File

---
- name: restart sshd
service:
name: "{{ ssh_service_name }}"
state: restarted
enabled: true