diff options
Diffstat (limited to 'roles/cloud_init_wait')
-rw-r--r-- | roles/cloud_init_wait/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/cloud_init_wait/README.md b/roles/cloud_init_wait/README.md new file mode 100644 index 0000000..ecc034e --- /dev/null +++ b/roles/cloud_init_wait/README.md @@ -0,0 +1,4 @@ +This role is used to wait until cloud-init is done initializing an instance. +This is supposed to be the first role in a playbook; it is advisable to disable +facts gathering so that the playbook can wait until a connection is +established. |