diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-15 15:28:10 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-15 15:42:59 +0200 |
| commit | ab1ce5c14ffae0cc76d734ea56374f0c772631ba (patch) | |
| tree | 4c635e30268c985a27001fa2f2f9d8d573eb728b /host_vars/rpi5.local.yml.example | |
| parent | 498e737bfa658a8bbb70c47e694348a0e29c199f (diff) | |
Rename services to use .home.arpa network instead .local
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index d528e4a5..399e2ee3 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -27,6 +27,7 @@ pihole_dns_hosts: - "{{ network_ipv4_address }} {{ wg_portal_hostname }}" - "{{ network_ipv4_address }} {{ grafana_hostname }}" - "{{ network_ipv4_address }} {{ prometheus_hostname }}" + - "{{ hostvars['git.home.arpa'].network_ipv4_address }} {{ hostvars['git.home.arpa'].cgit_hostname }}" wireguard_autostart_connection: "vpn2" wireguard_connections: |
