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 username: root@pam
password: !vault | password: !vault |
$ANSIBLE_VAULT... $ANSIBLE_VAULT...
host: pve01 node: pve01
storage: local-lvm storage: local-lvm
children: children:
@@ -268,7 +268,7 @@ The first user's credentials are prompted interactively via `vars_prompt` unless
| `url` | string | -- | API host (Proxmox/VMware) | | `url` | string | -- | API host (Proxmox/VMware) |
| `username` | string | -- | API username | | `username` | string | -- | API username |
| `password` | string | -- | API password | | `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) | | `storage` | string | -- | Storage identifier (Proxmox/VMware) |
| `datacenter` | string | -- | VMware datacenter | | `datacenter` | string | -- | VMware datacenter |
| `cluster` | string | -- | VMware cluster | | `cluster` | string | -- | VMware cluster |

View File

@@ -6,7 +6,7 @@ all:
url: "pve01.example.com" url: "pve01.example.com"
username: "root@pam" username: "root@pam"
password: "CHANGE_ME" password: "CHANGE_ME"
host: "pve01" node: "pve01"
storage: "local-lvm" storage: "local-lvm"
boot_iso: "local:iso/archlinux-x86_64.iso" boot_iso: "local:iso/archlinux-x86_64.iso"
children: children:

View File

@@ -7,7 +7,7 @@ hypervisor:
url: "pve01.example.com" url: "pve01.example.com"
username: "root@pam" username: "root@pam"
password: "CHANGE_ME" password: "CHANGE_ME"
host: "pve01" node: "pve01"
storage: "local-lvm" storage: "local-lvm"
datacenter: "dc01" datacenter: "dc01"
cluster: "cluster01" cluster: "cluster01"