diff --git a/Home.md b/Home.md index ddbfde6..2a713d2 100644 --- a/Home.md +++ b/Home.md @@ -17,12 +17,12 @@ Herein are listed the relevant variables at or in the *inventory* scope. These m 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 +`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 For more on inventory-scoped variables, see [this page](https://git.sukaato.moe/admin/skato-ansible/wiki/Inventory-Scope). @@ -32,5 +32,5 @@ Herein are listed the relevant variables at or in the *role* scope. These must b 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 +`software` | `:}>` | valid fields providing data for software installations +`config` | `}>` | software name fields providing data for configuring that software \ No newline at end of file