ansible-role-cloudinit-wait/README.md
2023-04-14 11:01:56 +02:00

13 lines
261 B
Markdown

# ansible-role-cloudinit-wait
Ansible role to wait for a cloud-init bootstrapped host to initialize.
Disable fact gathering before calling this role:
```
- name: Wait for servers to come up
hosts: ...
gather_facts: no
roles:
- 'cloudinit-wait'
```