Mostly complete, still needs cleanup
This commit is contained in:
parent
a7eaa7dbfb
commit
e17f84ad8a
18 changed files with 359 additions and 49 deletions
7
roles/ssh/handlers/main.yml
Normal file
7
roles/ssh/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: reload sshd
|
||||
service:
|
||||
name: sshd
|
||||
state: reloaded
|
||||
become: yes
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue