Comment on **How** should I properly document my homelab?
fruitycoder@sh.itjust.works 15 hours ago
This is what I like about git ops and infra/config as Code personally.
Ideally everything is an a tofu/ansible/helm chart and git lab pipeline/Fleet job. I add comments for anything that I had to learn to make work to those files. Follow good commit hygenine (most of the time). And bam I can almost a year later half asleep stumble back into a thing I did.
howrar@lemmy.ca 13 hours ago
Do you use this for physical machines too?
fruitycoder@sh.itjust.works 12 hours ago
Yep! Metal3 for servers with BMCs Tinkerbell for everything else.
I also have an ansible playbook that templates everything into a cloud init scripts as a boot strap server.
About 12 nodes in total now, from new servers to freebee junk laptops in it.