I’m doing some experiments with ansible and proxmox to do things like , create, modify and initialize network etc. How are you doing it?
I’m doing some experiments with ansible and proxmox to do things like , create, modify and initialize network etc. How are you doing it?
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.