From e7e05a9b3d335c5fc04016e933af382732306d0d Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Tue, 28 Feb 2023 08:34:21 -0500 Subject: update readme --- inventory-example/group_vars/all/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 inventory-example/group_vars/all/README.md (limited to 'inventory-example') 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. -- cgit