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

265 B

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'