docu(schema): update docs and examples to compact dict keys
This commit is contained in:
@@ -18,7 +18,7 @@ all:
|
||||
system:
|
||||
type: "virtual"
|
||||
os: "debian"
|
||||
os_version: "12"
|
||||
version: "12"
|
||||
name: "web01.local"
|
||||
cpus: 2
|
||||
memory: 2048
|
||||
@@ -41,7 +41,7 @@ all:
|
||||
user:
|
||||
name: "web"
|
||||
password: "CHANGE_ME"
|
||||
public_key: "ssh-ed25519 AAAA..."
|
||||
key: "ssh-ed25519 AAAA..."
|
||||
root:
|
||||
password: "CHANGE_ME"
|
||||
packages:
|
||||
@@ -59,7 +59,7 @@ all:
|
||||
system:
|
||||
type: "virtual"
|
||||
os: "rhel"
|
||||
os_version: "9"
|
||||
version: "9"
|
||||
name: "db01.local"
|
||||
cpus: 4
|
||||
memory: 4096
|
||||
@@ -81,13 +81,13 @@ all:
|
||||
user:
|
||||
name: "db"
|
||||
password: "CHANGE_ME"
|
||||
public_key: "ssh-ed25519 AAAA..."
|
||||
key: "ssh-ed25519 AAAA..."
|
||||
root:
|
||||
password: "CHANGE_ME"
|
||||
luks:
|
||||
enabled: true
|
||||
passphrase: "CHANGE_ME"
|
||||
auto_decrypt_method: "keyfile"
|
||||
method: "keyfile"
|
||||
features:
|
||||
firewall:
|
||||
enabled: false
|
||||
@@ -99,7 +99,7 @@ all:
|
||||
system:
|
||||
type: "virtual"
|
||||
os: "fedora"
|
||||
os_version: "41"
|
||||
version: "41"
|
||||
name: "compute01.local"
|
||||
cpus: 8
|
||||
memory: 8192
|
||||
@@ -118,7 +118,7 @@ all:
|
||||
user:
|
||||
name: "compute"
|
||||
password: "CHANGE_ME"
|
||||
public_key: "ssh-ed25519 AAAA..."
|
||||
key: "ssh-ed25519 AAAA..."
|
||||
root:
|
||||
password: "CHANGE_ME"
|
||||
features:
|
||||
|
||||
Reference in New Issue
Block a user