Move to 10min for vhost_reboot timeout.
This commit is contained in:
parent
6eb8225f04
commit
54d9911f91
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@
|
|||
- name: reboot the virthost
|
||||
command: /sbin/reboot
|
||||
|
||||
- name: wait for virthost to come back - up to 6 minutes
|
||||
local_action: wait_for host={{ target }} port=22 delay=120 timeout=420
|
||||
- name: wait for virthost to come back - up to 10 minutes
|
||||
local_action: wait_for host={{ target }} port=22 delay=120 timeout=600
|
||||
|
||||
- name: wait for libvirtd to come back on the virthost
|
||||
wait_for: path=/var/run/libvirtd.pid state=present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue