Update Home
16
Home.md
16
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
|
name | type | value validity rule
|
||||||
---|---|---
|
---|---|---
|
||||||
`fqdn` | `\<str>` | fully qualified domain name
|
`fqdn` | `<str>` | fully qualified domain name
|
||||||
`vps_service` | `\<dict{\<str>:\<str\|bool\|list>}>` | valid fields providing data for spinning up new VPS
|
`vps_service` | `<dict{<str>:<str\|bool\|list>}>` | valid fields providing data for spinning up new VPS
|
||||||
`groups` | `\<dict{$group_name:\<dict>}>` | fields/keys that are group names with data configuring that group
|
`groups` | `<dict{$group_name:<dict>}>` | fields/keys that are group names with data configuring that group
|
||||||
`users` | `\<dict{$user_name:\<dict>}>` | fields/keys that are user names with data configuring that user
|
`users` | `<dict{$user_name:<dict>}>` | fields/keys that are user names with data configuring that user
|
||||||
`keywords` | `\<list[\<str>]>` | strings that describe the VPS, useful for applying tags if allowed by API
|
`keywords` | `<list[<str>]>` | strings that describe the VPS, useful for applying tags if allowed by API
|
||||||
`custom_vars` | `\<dict{\<str>:\<any>}>` | your own custom variables, though there are some reserved variable names for this namespace
|
`custom_vars` | `<dict{<str>:<any>}>` | 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).
|
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
|
name | type | value validity rule
|
||||||
---|---|---
|
---|---|---
|
||||||
`software` | `\<dict{\<str>:\<dict>}>` | valid fields providing data for software installations
|
`software` | `<dict{<str>:<dict>}>` | valid fields providing data for software installations
|
||||||
`config` | `\<dict{$software_name:\<dict>}>` | software name fields providing data for configuring that software
|
`config` | `<dict{$software_name:<dict>}>` | software name fields providing data for configuring that software
|
||||||
Reference in New Issue
Block a user