Created
June 30, 2021 21:15
-
-
Save nleiva/d685a2db269904bb95ee5cdfb6ae465c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Wait until we can SSH to the instance | |
ansible.builtin.wait_for: | |
host: "{{ ec2.instances[0].public_ip_address }}" | |
port: 22 | |
state: started |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment