Commit a89dc900 by Brian Beggs

disable ssh test

parent 82631b64
......@@ -69,14 +69,14 @@
wait: yes
wait_timeout: "{{ ec2_timeout }}"
register: ec2_instance_register
- name: Wait for SSH to come up
wait_for:
host: "{{ ec2_instance_register.instances[0].private_ip }}"
port: 22
delay: 60
timeout: "{{ ec2_timeout }}"
state: started
#
# - name: Wait for SSH to come up
# wait_for:
# host: "{{ ec2_instance_register.instances[0].private_ip }}"
# port: 22
# delay: 60
# timeout: "{{ ec2_timeout }}"
# state: started
- name: Generate artifact for jobs down stream
template:
......
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