c707a7cceb
Ansible Lint / lint (push) Successful in 6s
- Add adyrem.duckdns.org/Anki → claude-code VM:4002 via Traefik - Add anki.homelab DNS entry to Pi-hole - Mount Jellyfin transcode cache to /media/transcodes (HDD) instead of anonymous Docker volume on root disk; prevents root disk from filling up Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
906 B
YAML
22 lines
906 B
YAML
---
|
|
pihole_password: "{{ vault_pihole_password }}"
|
|
pihole_dns_upstream1: "8.8.8.8"
|
|
pihole_dns_upstream2: "8.8.4.4"
|
|
pihole_local_domain: "homelab"
|
|
pihole_interface: "eth0"
|
|
pihole_dns_hosts:
|
|
- { ip: "10.10.1.2", host: "pihole.homelab" }
|
|
- { ip: "10.10.1.3", host: "traefik.homelab" }
|
|
- { ip: "10.10.1.125", host: "gitea.homelab" }
|
|
- { ip: "10.10.1.3", host: "grafana.homelab" }
|
|
- { ip: "10.10.1.3", host: "proxmox.homelab" }
|
|
- { ip: "10.10.1.3", host: "adyrem.duckdns.org" }
|
|
- { ip: "10.10.1.3", host: "anki.homelab" }
|
|
- { ip: "10.10.1.3", host: "devbox.homelab" }
|
|
- { ip: "10.10.1.3", host: "jellyfin.homelab" }
|
|
- { ip: "10.10.1.3", host: "jellyseerr.homelab" }
|
|
- { ip: "10.10.1.3", host: "radarr.homelab" }
|
|
- { ip: "10.10.1.3", host: "sonarr.homelab" }
|
|
- { ip: "10.10.1.3", host: "prowlarr.homelab" }
|
|
- { ip: "10.10.1.3", host: "qbittorrent.homelab" }
|