I’m doing some experiments with ansible and proxmox to do things like , create, modify and initialize network etc. How are you doing it?
You must log in or register to comment.
So I do manually do it, but I have a debian 12 cloud init template that just sets up a debian VM with my SSH keys and the IP’s I want. So this means I don’t have to go through the manual process to install everytime. However I have considerd looking at terraform(or OpenTofu) to do it more IaaC but haven’t had the time or will to dive into that.
I used to use Debian’s built in preseeding when I had it all set up, but since rebuilding my homelab, I haven’t set it back up yet.