put the vnc check back - but with trepidation and consternation
This commit is contained in:
parent
82e682e6ad
commit
6c10232619
1 changed files with 6 additions and 6 deletions
|
@ -35,15 +35,15 @@
|
||||||
shell: ${install_command}
|
shell: ${install_command}
|
||||||
delegate_to: $vmhost
|
delegate_to: $vmhost
|
||||||
|
|
||||||
# - name: wait for the install to finish - by watching the vnc port
|
- name: wait for the install to finish - by watching the vnc port
|
||||||
# local_action: wait_for delay=180 host=${inventory_hostname} port=1 state=stopped timeout=900
|
local_action: wait_for delay=180 host=${inventory_hostname} port=1 state=stopped timeout=900
|
||||||
|
|
||||||
# - name: start the vm up
|
- name: start the vm up
|
||||||
# action: virt state=running name=${inventory_hostname}
|
action: virt state=running name=${inventory_hostname}
|
||||||
# delegate_to: $vmhost
|
delegate_to: $vmhost
|
||||||
|
|
||||||
- name: wait for ssh on the vm to start back
|
- name: wait for ssh on the vm to start back
|
||||||
local_action: wait_for delay=180 host=${inventory_hostname} port=22 state=started timeout=1200
|
local_action: wait_for delay=30 host=${inventory_hostname} port=22 state=started timeout=1200
|
||||||
|
|
||||||
|
|
||||||
# include postinstall playbook
|
# include postinstall playbook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue