Create

Create

Certified

Create an LXC container on Proxmox VE

yaml
type: io.kestra.plugin.proxmox.container.Create
yaml
id: create_container
namespace: company.team

tasks:
  - id: create
    type: io.kestra.plugin.proxmox.container.Create
    host: "{{ secret('PROXMOX_HOST') }}"
    username: "{{ secret('PROXMOX_USERNAME') }}"
    password: "{{ secret('PROXMOX_PASSWORD') }}"
    node: pve
    vmId: 300
    osTemplate: "local:vztmpl/ubuntu-22.04-standard_22.04-1_amd64.tar.zst"
    hostname: my-container
    cores: 2
    memory: 1024
    rootfs: "local-lvm:8"
    powerOn: true
Properties
Default1
Default512
Defaultname=eth0,bridge=vmbr0,ip=dhcp
Default8006
Defaultfalse
Defaultlocal-lvm:4
Defaulttrue
Defaultfalse