Bootstrap ssh role
This commit is contained in:
commit
1d8a2f42fc
8 changed files with 167 additions and 0 deletions
7
handlers/main.yml
Normal file
7
handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# handlers file for galaxy-ssh
|
||||
|
||||
- name: reload ssh
|
||||
systemd:
|
||||
name: sshd
|
||||
state: reloaded
|
Loading…
Add table
Add a link
Reference in a new issue