diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-17 15:23:57 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-17 15:23:57 +0200 |
| commit | ba2c0c42790fd29aec61dd2d9bfa2b166d2acdd7 (patch) | |
| tree | f2d61632b34b4b434e43d929fc0bb484d0ec9792 /host_vars/rpi5.local.yml.example | |
| parent | 3214723328be67577b48069a52b84ac2d1676084 (diff) | |
Fix deploying cgit locally
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 399e2ee3..0d131cfb 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -10,6 +10,8 @@ pihole_hostname: "dns.home.arpa" wg_portal_hostname: "vpn.home.arpa" grafana_hostname: "monitor.home.arpa" prometheus_hostname: "metrics.home.arpa" +proxy_hostname: "proxy.home.arpa" +git_hostname: "git.home.arpa" # TOTP generator: `openssl rand -base64 32 | head -c "20" | base32` pihole_totp_secret: "CHANGEME" @@ -27,7 +29,8 @@ 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 }}" + - "{{ hostvars['proxy.home.arpa'].network_ipv4_address }} {{ proxy_hostname }}" + - "{{ hostvars['git.home.arpa'].network_ipv4_address }} {{ git_hostname }}" wireguard_autostart_connection: "vpn2" wireguard_connections: |
