Ver código fonte

current

master
commit
75dfb344a2
2 arquivos alterados com 20 adições e 0 exclusões
  1. +10
    -0
      tasks/main.yml
  2. +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

Carregando…
Cancelar
Salvar