From dc4dc69b820b1c598eb5de0b26d2e43fb9dc59f8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 14 Aug 2023 02:38:27 +0200 Subject: add a bunch of READMEs for roles --- roles/cloud_init_wait/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/cloud_init_wait/README.md (limited to 'roles/cloud_init_wait') 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. -- cgit v1.2.3