nixos-servers/legacy/ansible_roles/cloudinit_wait
2023-12-26 11:34:57 +01:00
..
meta move all custom ansible roles to this repository 2023-12-26 11:34:57 +01:00
tasks move all custom ansible roles to this repository 2023-12-26 11:34:57 +01:00
LICENSE move all custom ansible roles to this repository 2023-12-26 11:34:57 +01:00
README.md move all custom ansible roles to this repository 2023-12-26 11:34:57 +01: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'