> Projects
Projects
Infrastructure, automation, and personal builds — mostly things I needed and decided to build properly.
Flagship ProjectAlways On
Homelab
Production-grade infrastructure operated solo. Fully declarative — if it's not in git, it doesn't exist.
A Proxmox HA cluster running fully declarative — Terraform provisions every VM and LXC, Ansible bootstraps them, and a pair of custom Python daemons handle the interesting parts: scoring nodes by live CPU/RAM for smart placement, and continuously rebalancing the cluster with cooldowns and migration windows to prevent hotspots.
ProxmoxTerraformAnsiblePython