Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-reboot
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
current
master
Markus Katharina Brechtel
8 anos atrás
commit
75dfb344a2
2 arquivos alterados
com
20 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+10
-0
tasks/main.yml
+10
-0
tasks/main.yml~
+ 10
- 0
tasks/main.yml
Ver arquivo
@@ -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 arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar