Add openssh role

This commit is contained in:
2019-03-13 01:48:49 -05:00
parent 4aa5cd77a7
commit 3900e5c4d0
7 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: reload openssh
service:
name: "{{ openssh_service_name }}"
state: reloaded
when: openssh_service_enabled