Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-reboot
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
current
master
Markus Katharina Brechtel
hace 8 años
commit
75dfb344a2
Se han
modificado 2 ficheros
con
20 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+10
-0
tasks/main.yml
+10
-0
tasks/main.yml~
+ 10
- 0
tasks/main.yml
Ver fichero
@@ -0,0 +1,10 @@
---
- name: reboot
command: shutdown -r 1
async: 0
poll: 0
ignore_errors: true
- name: wait for ssh
local_action: wait_for host={{ ansible_host | default(inventory_hostname) }} port=22 search_regex=OpenSSH delay={{ reboot_delay | default(120) }} state=started
+ 10
- 0
tasks/main.yml~
Ver fichero
@@ -0,0 +1,10 @@
---
- name: reboot
command: shutdown -r 1
async: 0
poll: 0
ignore_errors: true
- name: wait for server
local_action: wait_for host={{ ansible_host | default(inventory_hostname) }} port=22 search_regex=OpenSSH delay={{ reboot_delay | default(60) }} state=started
Escribir
Vista previa
Cargando…
Cancelar
Guardar