This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
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'
```