Merge "Increase VM SSH timeouts"
This commit is contained in:
commit
fade8fa287
@ -156,10 +156,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:
|
||||
@ -334,5 +334,3 @@
|
||||
|
||||
tags:
|
||||
- deploy-vms
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user