Create

Create

Certified

Convert a stopped QEMU VM to a template on Proxmox VE

yaml
type: io.kestra.plugin.proxmox.template.Create
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
Default8006
Defaultfalse