This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
david
/
consultorio-infrastructure
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Browse Source
sshd restart handler
David
10 years atrás
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
Ver Ficheiro
@@ -0,0 +1,3 @@
+---
+- name: restart sshd
+ service: name={{ sshd }} state=restarted