aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-28 08:34:21 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-28 08:34:21 -0500
commite7e05a9b3d335c5fc04016e933af382732306d0d (patch)
tree8c776f4c8115348ea3c67e7417d64b7c901cebc7 /inventory-example
parent2588e875da2fa61d727e4476d226fe5e77cda552 (diff)
downloadselfhosted-e7e05a9b3d335c5fc04016e933af382732306d0d.tar.gz
selfhosted-e7e05a9b3d335c5fc04016e933af382732306d0d.zip
update readme
Diffstat (limited to 'inventory-example')
-rw-r--r--inventory-example/group_vars/all/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/inventory-example/group_vars/all/README.md b/inventory-example/group_vars/all/README.md
new file mode 100644
index 0000000..9ffb69f
--- /dev/null
+++ b/inventory-example/group_vars/all/README.md
@@ -0,0 +1,12 @@
+Default Variables
+=================
+
+This directory specifies sensible defaults for all role variables used in the
+project.
+
+The variables are organized into different files, corresponding (roughly) to each
+role.
+
+In a real inventory, you would probably organize these variables into different
+`group_vars` or `host_vars` files. They are provided here to make it easy for you
+to see all available options in one place.