Create
Certified
Convert a stopped QEMU VM to a template on Proxmox VE
Create
Certified
Convert a stopped QEMU VM to a template on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.template.CreateExamples
yaml
id: create_template
namespace: company.team
tasks:
- id: templatize
type: io.kestra.plugin.proxmox.template.Create
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
vmName: base-ubuntu
Properties
host *Requiredstring
node *Requiredstring
vmName *Requiredstring
password string
port integerstring
Default
8006tokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false