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.
Ethan Paul 49abac297d
Reorganize provision playbook
Split server-specific configs out into server role
2021-11-05 21:53:47 -04:00

7 lines
103 B
YAML

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