create-vm-enhanced
Provision a Proxmox VM with specified settings and automatically update the Ansible infrastructure context for immediate management.
Instructions
Create VM in Proxmox and automatically update infrastructure context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmId | Yes | Proxmox VM ID | |
| vmName | Yes | VM name | |
| serviceName | Yes | Service name | |
| vmIP | Yes | Static IP address | |
| template | No | VM template to use | ubuntu-cloud |
| cores | No | CPU cores | |
| memory | No | Memory in MB | |
| proxmoxHost | No | Proxmox host | 192.168.10.200 |
| proxmoxNode | No | Proxmox node name | proxmox |