diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-17 18:37:49 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-17 18:42:02 +0200 |
| commit | c7a4dfce1ad0b545b05a8043e321ad49e48873a6 (patch) | |
| tree | fe8a0bfc1bc31dc93a8138cce179df2416875bf4 /README.md | |
| parent | d9dcfdd822f90eb65117523d7c15694fae952bd2 (diff) | |
Refactor pi roles to use .home.arpa subdomains for services
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -48,6 +48,21 @@ ansible-galaxy install -r requirements.yml ansible-playbook site.yml --ask-become-pass --limit ${HOSTNAME} ``` +## Raspberry Pi Services + +Services deployed on `rpi5.local` and their default FQDNs (resolved via Pi-hole DNS): + +| Service | Default FQDN | Description | +|---|---|---| +| Pi-hole | `dns.home.arpa` | DNS filtering and ad blocking | +| WireGuard Portal | `vpn.home.arpa` | WireGuard VPN management UI | +| Grafana | `monitor.home.arpa` | Metrics dashboards | +| Prometheus | `metrics.home.arpa` | Metrics collection | + +DNS records are managed via `pihole_dns_hosts` in `host_vars/rpi5.local.yml`. +Override the default FQDN per service using `pihole_hostname`, `wg_portal_hostname`, +`grafana_hostname`, or `prometheus_hostname`. + ## Special Thanks to - [Jeff Geerling](https://www.jeffgeerling.com/), who I learned a **LOT** from his open-source work. |
