shorten the delay on the transient startup
This commit is contained in:
parent
2633364f21
commit
140c36f55d
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
|||
local_action: mail to=sysadmin-main-members@fedoraproject.org from=ansible-create@fedoraproject.org subject=${inst_res.instances[0].public_ip} msg="cloud instance created on ${inst_res.instances[0].public_ip}\n instance id - ${inst_res.instances[0].id} "
|
||||
|
||||
- name: wait for the host to be hot
|
||||
local_action: wait_for host=${inst_res.instances[0].public_ip} port=22 delay=5 timeout=300
|
||||
local_action: wait_for host=${inst_res.instances[0].public_ip} port=22 delay=2 timeout=300
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue