Reorganize provision playbook

Split server-specific configs out into server role

Add symlink to roles for playbook directory
This commit is contained in:
2021-11-05 21:53:47 -04:00
parent 732cf53192
commit 96ea66b77a
9 changed files with 112 additions and 118 deletions

View File

@@ -0,0 +1,6 @@
---
- name: restart-sshd
become: true
ansible.builtin.systemd:
name: sshd
state: restarted