Merge "Increase VM SSH timeouts"

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

View File

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