This website works better with JavaScript
Home
Explore
Help
Sign In
david
/
consultorio-infrastructure
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
sshd restart handler
David
10 years ago
parent
ef1ca43597
commit
683b747668
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
handlers/main.yml
+ 3
- 0
handlers/main.yml
View File
@@ -0,0 +1,3 @@
+---
+- name: restart sshd
+ service: name={{ sshd }} state=restarted