diff --git a/README.md b/README.md new file mode 100644 index 0000000..889982b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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' +```