Increase VM SSH timeouts
Occasionally the VM check times out, this relaxes the checks a bit to decrease failures. Change-Id: Ic327efb7a86b20bc3f97f3ced2fe3fc54b93d347
This commit is contained in:
parent
c64f784c2b
commit
232be485cb
@ -158,10 +158,10 @@
|
||||
local_action:
|
||||
module: wait_for
|
||||
host: "{{ ansible_host }}"
|
||||
connect_timeout: 5
|
||||
connect_timeout: 10
|
||||
port: 22
|
||||
sleep: 10
|
||||
timeout: 1200
|
||||
sleep: 20
|
||||
timeout: 1500
|
||||
state: started
|
||||
search_regex: OpenSSH
|
||||
tasks:
|
||||
@ -336,5 +336,3 @@
|
||||
|
||||
tags:
|
||||
- deploy-vms
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user