Inventory: add system and sample machine

This commit is contained in:
Johannes Kirschbauer
2024-07-01 21:16:52 +02:00
parent e7ba8dbe15
commit c678608105
7 changed files with 229 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ package schema
machines: [...string],
tags: [...string],
}
machines: {
machines?: {
[string]: {
config?: {
...
@@ -30,8 +30,8 @@ package schema
}
},
// Configuration for the service
config: {
// Global Configuration for the service
config?: {
// Schema depends on the module.
// It declares the interface how the service can be configured.
...