From 330ce107039d68727348a8879e74503a61f5f9de Mon Sep 17 00:00:00 2001 From: xenobyte Date: Tue, 16 Dec 2025 01:37:45 +0000 Subject: [PATCH] Update Inventory Scope --- Inventory-Scope.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Inventory-Scope.md b/Inventory-Scope.md index b807b04..f524a8a 100644 --- a/Inventory-Scope.md +++ b/Inventory-Scope.md @@ -2,14 +2,14 @@ Herein the variables at or in the inventory scope are explained further. We already have the following table [from the overview](https://git.sukaato.moe/admin/skato-ansible/wiki#variable-names-and-their-scopes): -name | type | value validity rule | default value ----|---|---|--- -`fqdn` | `` | fully qualified domain name | none -`vps_service` | `:}>` | valid fields providing data for spinning up new VPS | none -`groups` | `}>` | fields/keys that are group names with data configuring that group | none -`users` | `}>` | fields/keys that are user names with data configuring that user | none -`keywords` | `]>` | strings that describe the VPS, useful for applying tags if allowed by API | none -`custom_vars` | `:}>` | your own custom variables, though there are some reserved variable names for this namespace | none +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 > [!NOTE] > These variables should be defined either per host or per group, as they may be distinct for each host/group.