Skip to main content
  1. 🔰Posts/
  2. 🗂️Cheat Sheets/

My Homelab

My homelab is a fully automated playground of declarative infrastructure, where every machine boots itself into a known-good state, every service is shaped by code, and the entire environment evolves through repeatable, zero‑touch workflows.

1-click ansible-pull Ubuntu setup:

sudo apt update && sudo apt install -y curl

bash <(curl -s https://raw.githubusercontent.com/rtdevx/iac-ansible-pull/main/scripts/bootstrap.sh)

Pihole with Unbound on Proxmox LXC

·423 words·2 mins
Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network.