Finish sshd role.

This commit is contained in:
Tom Alexander
2022-10-12 20:16:27 -04:00
parent e5d3afc7b8
commit 5515d484a5
12 changed files with 72 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
- name: Enable services
systemd:
state: started
name: sshd
daemon_reload: yes
enabled: yes