11 lines
192 B
YAML
11 lines
192 B
YAML
|
---
|
||
|
- name: Wait for guest to become alive
|
||
|
wait_for:
|
||
|
delay: 240
|
||
|
connect_timeout: 3
|
||
|
sleep: 15
|
||
|
port: 22
|
||
|
host: '{{ vm_fqdn }}'
|
||
|
search_regex: OpenSSH
|
||
|
connection: local
|