Skip to content

Instantly share code, notes, and snippets.

@shirou
Created February 26, 2014 08:49
Show Gist options
  • Save shirou/9225991 to your computer and use it in GitHub Desktop.
Save shirou/9225991 to your computer and use it in GitHub Desktop.
wait until sshd is up.
- name: wait for ping
ping:
register: waiting
until: waiting|success
retries: 10
delay: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment