Are you still using regular VMs instead of Cloud init? Well, I’m here to save your homelab disk space, but it’s not only that. Cloud init Proxmox VMs also let you configure all your Homelab VMs the same way, but you only have to configure it once and the same settings will be used for all of them.
Cloud Images Link –
00:00 Introduction
00:54 Configuring Cloud Init Image
02:54 News Announcement
03:14 Configuring Cloud Init Drive
04:42 Testing Successful Clone
05:11 Adding Password SSH Access
Commands used in order:
qemu-img resize noble-server-cloudimg-amd64.img +10G
qm create 4000 –memory 4096 –core 4 –name cloud-init –net0 virtio,bridge=vmbr0
qm disk import 4000 noble-server-cloudimg-amd64.img local-lvm
qm set 4000 –scsihw virtio-scsi-pci –scsi0 local-lvm:vm-4000-disk-0
qm set 4000 –ide2 local-lvm:cloudinit
qm set 4000 –boot c –bootdisk scsi0
qm set 4000 –serial0 socket –vga serial0
[ad_2]
source