docu(schema): align docs and baremetal example with dict model

This commit is contained in:
2026-02-11 05:37:18 +01:00
parent 8894da2ea1
commit e2a42771ab
2 changed files with 12 additions and 2 deletions

View File

@@ -1,9 +1,19 @@
---
all:
vars:
hypervisor:
type: "none"
filesystem: "ext4"
hosts:
baremetal01.example.com:
ansible_host: 10.0.0.162
ansible_user: root
ansible_password: "1234"
ansible_become_password: "1234"
hostname: "baremetal01.example.com"
system:
type: "physical"
os: "archlinux"
name: "baremetal01.example.com"
disks:
- device: "/dev/sda"
size: 120