aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/cloud_init_wait/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-09-04 19:06:03 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-09-04 19:06:03 +0200
commit066c3c0f42e6cd57586ceadc0e6a527560f2d6c7 (patch)
tree5fa4248f8474342a4264a8bbd09ac9f11921f0ab /roles/cloud_init_wait/README.md
parentfix task names, small refactoring, etc. (diff)
downloadinfra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.tar.gz
infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.zip
update role READMEs
Diffstat (limited to 'roles/cloud_init_wait/README.md')
-rw-r--r--roles/cloud_init_wait/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/cloud_init_wait/README.md b/roles/cloud_init_wait/README.md
index ecc034e..c4cbe9b 100644
--- a/roles/cloud_init_wait/README.md
+++ b/roles/cloud_init_wait/README.md
@@ -1,4 +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.
+This role waits until cloud-init is done initializing an cloud VM.
+
+This is supposed to be the first role in a playbook; facts gathering should be
+disabled so that the role can handle connectivity issues.