docs: update hypervisor.host references to hypervisor.node

This commit is contained in:
2026-03-11 04:12:48 +01:00
committed by MORAWSKI Norbert
parent 44aa6ac369
commit 89ddfedd52
3 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ all:
username: root@pam
password: !vault |
$ANSIBLE_VAULT...
host: pve01
node: pve01
storage: local-lvm
children:
@@ -268,7 +268,7 @@ The first user's credentials are prompted interactively via `vars_prompt` unless
| `url` | string | -- | API host (Proxmox/VMware) |
| `username` | string | -- | API username |
| `password` | string | -- | API password |
| `host` | string | -- | Proxmox node name |
| `node` | string | -- | Target compute node (Proxmox node / VMware ESXi host; mutually exclusive with `cluster` on VMware) |
| `storage` | string | -- | Storage identifier (Proxmox/VMware) |
| `datacenter` | string | -- | VMware datacenter |
| `cluster` | string | -- | VMware cluster |