sshd: Move ssh deamon configuration to own role

This commit is contained in:
Timo Makinen 2021-03-17 05:15:05 +00:00
parent c99efeab61
commit 0172750ca1
3 changed files with 66 additions and 44 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart sshd
service:
name: sshd
state: restarted