Initial setup of a Proxmox VE node on the homelab, ahead of automation via Ansible.
Installation
Installed from the official ISO image, on a dedicated NVMe disk. Network
configured as a bridge (vmbr0) to expose VMs directly on the LAN.
# Check the installed version
pveversion
# List cluster nodes (a single node here)
pvecm nodes
Storage
Two storage types configured:
local-lvmfor VM disks (thin provisioning)localfor ISOs and container templates
Next steps
- Provisioning VMs via the Proxmox API from Ansible
- Setting up a Prometheus exporter for node monitoring
- Automated backups to external storage