Add additional delay for ec2 instance prior to ssh

This commit is contained in:
Christopher J. Pilkington 2017-05-07 10:18:55 -04:00
parent 25b6ab9e0a
commit 53f8f05b56

View file

@ -62,6 +62,10 @@
line: "{{ item.public_ip_address }}"
with_items:
- "{{ algo_instances.instances }}"
- name: Extra wait time for ec2 instance to be ready
pause:
seconds: 20
rescue:
- debug: var=fail_hint
tags: always