add readme

This commit is contained in:
Pim Kunis 2023-04-14 11:01:56 +02:00
parent fddab47e89
commit 7626517650

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# 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'
```