No description
Find a file
2023-04-17 17:51:52 +00:00
meta add role meta 2023-04-14 09:34:39 +02:00
tasks init 2023-04-14 09:28:34 +02:00
LICENSE Add 'LICENSE' 2023-04-17 17:51:52 +00:00
README.md Update 'README.md' 2023-04-17 17:51:39 +00: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'