nixos-servers/legacy/ansible_roles/cloudinit_wait/README.md

14 lines
265 B
Markdown
Raw Normal View History

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