2022-02-13 01:37:39 +01:00
|
|
|
---
|
|
|
|
- name: Wait for guest to become alive
|
|
|
|
wait_for:
|
2022-02-13 16:56:12 +01:00
|
|
|
#delay: 240
|
2022-02-13 01:37:39 +01:00
|
|
|
connect_timeout: 3
|
|
|
|
sleep: 15
|
|
|
|
port: 22
|
2022-02-13 16:56:12 +01:00
|
|
|
host: '{{ ip_address }}'
|
2022-02-13 01:37:39 +01:00
|
|
|
search_regex: OpenSSH
|
2022-02-13 16:56:12 +01:00
|
|
|
timeout: 900
|
|
|
|
#connection: local
|
|
|
|
delegate_to: localhost
|
|
|
|
tags:
|
|
|
|
- init_ssh
|