From b714437a74a866d410b2b3204a0bf2f80380b4df Mon Sep 17 00:00:00 2001 From: xenobyte Date: Tue, 16 Dec 2025 01:39:08 +0000 Subject: [PATCH] Update Home --- Home.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Home.md b/Home.md index ca2054f..9d45ea9 100644 --- a/Home.md +++ b/Home.md @@ -15,20 +15,20 @@ Other variables that tend to have default definitions as is but that may be of i Herein are listed the relevant variables at or in the *inventory* scope. These must be specified for a specific inventory host or group, typically in their corresponding files under `group_vars` or `host_vars`. Some variables must take in a dictionary type with specific fields or keys to be valid. -name | type | value validity rule | default value | required? ----|---|---|---|--- -`fqdn` | `\` | fully qualified domain name | none | true -`vps_service` | `\:\}>` | valid fields providing data for spinning up new VPS | none | true -`groups` | `\}>` | fields/keys that are group names with data configuring that group | none | true -`users` | `\}>` | fields/keys that are user names with data configuring that user | none | true -`keywords` | `\]>` | strings that describe the VPS, useful for applying tags if allowed by API | none | false -`custom_vars` | `\:\}>` | your own custom variables, though there are some reserved variable names for this namespace | none | true (hence the reserved variable names) +name | type | value validity rule +---|---|--- +`fqdn` | `\` | fully qualified domain name +`vps_service` | `\:\}>` | valid fields providing data for spinning up new VPS +`groups` | `\}>` | fields/keys that are group names with data configuring that group +`users` | `\}>` | fields/keys that are user names with data configuring that user +`keywords` | `\]>` | strings that describe the VPS, useful for applying tags if allowed by API +`custom_vars` | `\:\}>` | your own custom variables, though there are some reserved variable names for this namespace ### Role Scope Herein are listed the relevant variables at or in the *role* scope. These must be specified for a set of role tasks expected to run in a playbook for the host specified for its play. Some variables must take in a dictionary type with specific keys or fields to be valid. -name | type | value validity rule | default value | required? ----|---|---|---|--- -`software` | `\:\}>` | valid fields providing data for software installations | none | false -`config` | `\}>` | software name fields providing data for configuring that software | none | false \ No newline at end of file +name | type | value validity rule +---|---|--- +`software` | `\:\}>` | valid fields providing data for software installations +`config` | `\}>` | software name fields providing data for configuring that software \ No newline at end of file