Feat: add ssh role
This commit is contained in:
4
roles/ssh/handlers/main.yml
Normal file
4
roles/ssh/handlers/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
# handlers file for ssh
|
||||
- name: restart sshd
|
||||
service: name=ssh state=restarted
|
||||
Reference in New Issue
Block a user