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

View File

@@ -18,7 +18,7 @@
install rds /bin/false
install tipc /bin/false
- name: Remove legacy USB rules file
- name: Remove old USB rules file
ansible.builtin.file:
path: /mnt/etc/udev/rules.d/10-cis_usb_devices.sh
state: absent