Inventory: init draft ideas

This commit is contained in:
Johannes Kirschbauer 2024-06-15 13:41:51 +02:00
parent 7474f01193
commit 1fca8a9cb4
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU
2 changed files with 5 additions and 4 deletions

View File

@ -23,6 +23,6 @@ import (
// A map of machines
machines.#machine
// A map of users
// // A map of users
users.#user
}

View File

@ -2,8 +2,9 @@ package users
#user: users: [string]: {
"autoInclude": bool,
"schemas": [ string ],
// TODO: this can include all available user-schemas
"schemas": [ "ssh-user" ],
"config": {
...
}
...
}
}