Merge "Increase VM SSH timeouts"
This commit is contained in:
commit
fade8fa287
@ -156,10 +156,10 @@
|
|||||||
local_action:
|
local_action:
|
||||||
module: wait_for
|
module: wait_for
|
||||||
host: "{{ ansible_host }}"
|
host: "{{ ansible_host }}"
|
||||||
connect_timeout: 5
|
connect_timeout: 10
|
||||||
port: 22
|
port: 22
|
||||||
sleep: 10
|
sleep: 20
|
||||||
timeout: 1200
|
timeout: 1500
|
||||||
state: started
|
state: started
|
||||||
search_regex: OpenSSH
|
search_regex: OpenSSH
|
||||||
tasks:
|
tasks:
|
||||||
@ -334,5 +334,3 @@
|
|||||||
|
|
||||||
tags:
|
tags:
|
||||||
- deploy-vms
|
- deploy-vms
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user