first commit
This commit is contained in:
commit
5690a2a2ba
13 changed files with 294 additions and 0 deletions
4
roles/setup_sshd/handlers/main.yml
Normal file
4
roles/setup_sshd/handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Restart SSHD
|
||||
service:
|
||||
name: sshd
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue