Move Pi-hole backup node from Serenity to NOMAD

This commit is contained in:
Fizzlepoof
2026-05-15 15:37:35 +00:00
parent 66dda26f98
commit f3469e35fd
13 changed files with 321 additions and 20 deletions

16
pihole/nomad/README.md Normal file
View File

@@ -0,0 +1,16 @@
# NOMAD Pi-hole / Unbound / Keepalived Replica
- **Repo stack path:** `/home/fizzlepoof/repos/truenas-stacks/pihole/nomad`
- **Suggested live stack path:** `/mnt/hdd-1/docker/compose/pihole-nomad`
- **Node role:** NOMAD backup / BACKUP1
- **VIP target:** `10.5.1.53/24`
- **LAN interface:** `enp5s0`
- **NOMAD LAN IP:** `10.5.1.16`
Bring-up:
```bash
cd /mnt/hdd-1/docker/compose/pihole-nomad
cp .env.example .env
bash bin/prepare_nomad.sh --up
```