This repository has been archived on 2023-05-19. You can view files and clone it, but cannot push or open issues or pull requests.
skylab-ansible/roles/server/handlers/main.yaml
Ethan Paul 96ea66b77a
Reorganize provision playbook
Split server-specific configs out into server role

Add symlink to roles for playbook directory
2021-11-05 22:31:09 -04:00

7 lines
103 B
YAML

---
- name: restart-sshd
become: true
ansible.builtin.systemd:
name: sshd
state: restarted