docs: update hypervisor.host references to hypervisor.node
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -6,7 +6,7 @@ all:
|
||||
url: "pve01.example.com"
|
||||
username: "root@pam"
|
||||
password: "CHANGE_ME"
|
||||
host: "pve01"
|
||||
node: "pve01"
|
||||
storage: "local-lvm"
|
||||
boot_iso: "local:iso/archlinux-x86_64.iso"
|
||||
children:
|
||||
|
||||
@@ -7,7 +7,7 @@ hypervisor:
|
||||
url: "pve01.example.com"
|
||||
username: "root@pam"
|
||||
password: "CHANGE_ME"
|
||||
host: "pve01"
|
||||
node: "pve01"
|
||||
storage: "local-lvm"
|
||||
datacenter: "dc01"
|
||||
cluster: "cluster01"
|
||||
|
||||
Reference in New Issue
Block a user