mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +00:00
Proxmox
Agenda
- create VM config in directory
/etc/pve/qemu-server/VMID.conf - allow cloud-init on VM
- prepare network config
- upload user-data (talos machine config) to the Proxmox host
- upload meta-data to the Proxmox host
Result VM config:
# /etc/pve/qemu-server/VMID.conf
cpu: host
cicustom: user=local:snippets/VMID.yaml,meta=local:snippets/VMID.meta
ipconfig0: ...
net0: ...