Merge "Increase VM SSH timeouts"

This commit is contained in:
Zuul
2018-06-15 21:09:04 +00:00
committed by Gerrit Code Review

View File

@@ -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