Skip to content

Instantly share code, notes, and snippets.

@nleiva
Created June 30, 2021 21:15
Show Gist options
  • Save nleiva/d685a2db269904bb95ee5cdfb6ae465c to your computer and use it in GitHub Desktop.
Save nleiva/d685a2db269904bb95ee5cdfb6ae465c to your computer and use it in GitHub Desktop.
- 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