Commit 886fa5dd by Arbab Nazar Committed by GitHub

Merge pull request #3212 from edx/arbab/ssh-delay-fix

use search_regex and shorter delay
parents 33a8a9e4 569ea8af
......@@ -91,8 +91,7 @@
local_action:
module: wait_for
host: "{{ item.public_dns_name }}"
state: started
search_regex: OpenSSH
port: 22
delay: 60
timeout: 320
delay: 10
with_items: ec2.instances
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment