Feat: add ssh role

This commit is contained in:
2022-06-01 16:24:10 +02:00
parent 467ddc50e5
commit d050172b77
6 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
# handlers file for ssh
- name: restart sshd
service: name=ssh state=restarted