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 /host_vars | |
| parent | d9dcfdd822f90eb65117523d7c15694fae952bd2 (diff) | |
Refactor pi roles to use .home.arpa subdomains for services
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 2061 -> 2359 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex fd4cb1d4..356a1076 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 49fcc3ba..95308832 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -5,6 +5,11 @@ network_ipv4_gateway: "10.0.0.1" network_ipv6_address: "fd5c:fd8b:2b8c::254/64" network_ipv6_gateway: "fd5c:fd8b:2b8c::1" +pihole_hostname: "dns.home.arpa" +wg_portal_hostname: "vpn.home.arpa" +grafana_hostname: "monitor.home.arpa" +prometheus_hostname: "metrics.home.arpa" + # TOTP generator: `openssl rand -base64 32 | head -c "20" | base32` pihole_totp_secret: "CHANGEME" pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" @@ -16,6 +21,11 @@ pihole_dhcp_router: "{{ network_ipv4_address }}" pihole_dhcp_hosts: - "ff:ff:ff:ff:ff:fe, 10.0.0.252,TV" - "ff:ff:ff:ff:ff:ff, 10.0.0.253,Printer" +pihole_dns_hosts: + - "{{ network_ipv4_address }} {{ pihole_hostname }}" + - "{{ network_ipv4_address }} {{ wg_portal_hostname }}" + - "{{ network_ipv4_address }} {{ grafana_hostname }}" + - "{{ network_ipv4_address }} {{ prometheus_hostname }}" wireguard_autostart_connection: "vpn2" wireguard_connections: |
