zogot / homelab

Homelab setup with proxmox, terraform, kubernetes and manifest files
0 stars 0 forks source link

Pihole LXC #2

Closed zogot closed 3 months ago

zogot commented 3 months ago

Got this working in the end. Not setup as a High Availability and I still want to look into Unbound https://docs.pi-hole.net/guides/dns/unbound/ when I get a chance.

zogot commented 3 months ago

Also took a little while to figure out how to provision an LXC correctly with terraform. It depends very specifically on the image, and some of the images I had tried didn't work.

Next to that, it appears there is an open conversation about LXC using cloud-init on Proxmox. It has a patch for it, but I didn't look further if or when this patch may make it into the real solution. https://bugzilla.proxmox.com/show_bug.cgi?id=4686

So for now, I just used provisioners to make it work.