add readme
This commit is contained in:
parent
fddab47e89
commit
7626517650
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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'
|
||||||
|
```
|
Loading…
Reference in a new issue