No description
Find a file
2023-04-14 11:01:56 +02:00
meta add role meta 2023-04-14 09:34:39 +02:00
tasks init 2023-04-14 09:28:34 +02:00
README.md add readme 2023-04-14 11:01:56 +02:00

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'