homeserver/roles/mgrote.ssh/handlers/main.yml
mg e1c3bebcd9 rolle: ssh neu erstellt (#227)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#227
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-10-22 13:34:08 +02:00

8 lines
115 B
YAML

---
- name: restart sshd
become: yes
systemd:
name: sshd
enabled: yes
state: restarted