15 lines
262 B
YAML
Raw Normal View History

---
- name: Wait for guest to become alive
wait_for:
#delay: 240
connect_timeout: 3
sleep: 15
port: 22
host: '{{ ip_address }}'
search_regex: OpenSSH
timeout: 900
#connection: local
delegate_to: localhost
tags:
- init_ssh