aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example
diff options
context:
space:
mode:
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.