refactor(vars): remove legacy variable inputs

- Require hypervisor as dict input and use hypervisor_cfg/hypervisor_type internally

- Remove vm_* and hypervisor_* compatibility aliases

- Update roles and docs to use system/hypervisor dictionaries only
This commit is contained in:
2026-02-11 05:37:18 +01:00
parent a6b051d9e4
commit 45d3fef4e2
20 changed files with 159 additions and 199 deletions

View File

@@ -21,9 +21,6 @@ hypervisor:
cluster: "cluster01"
validate_certs: false
# Legacy (still supported): hypervisor_url, hypervisor_username, hypervisor_password, hypervisor_node, hypervisor_storage,
# hypervisor_datacenter, hypervisor_cluster, hypervisor_validate_certs.
# VMware (only needed when hypervisor: vmware)
# system:
# path: "/Folder" # Optional folder path segment in vCenter.