feat(vmware): add VMware hypervisor support (node field, connection vars, validation)
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 |
|
||||
|
||||
Reference in New Issue
Block a user