Create
Certified
Create an LXC container on Proxmox VE
Create
Certified
Create an LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.container.CreateExamples
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
host *Requiredstring
node *Requiredstring
osTemplate *Requiredstring
vmId *Requiredintegerstring
cores integerstring
Default
1hostname string
memory integerstring
Default
512net string
Default
name=eth0,bridge=vmbr0,ip=dhcppassword string
port integerstring
Default
8006powerOn booleanstring
Default
falserootfs string
Default
local-lvm:4tokenId string
tokenSecret string
unprivileged booleanstring
Default
trueusername string
verifySsl booleanstring
Default
false