diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-18 16:30:12 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-18 16:32:15 +0200 |
| commit | 6a0fd11c6bd782a42b0b90d2f2365859a7953bb7 (patch) | |
| tree | bf50fdd6ee47a5fde5bd3a05b96006138100dee8 /molecule/raspberrypi | |
| parent | c7a4dfce1ad0b545b05a8043e321ad49e48873a6 (diff) | |
Implement support for conditional proxy (nginx or caddy)
Diffstat (limited to 'molecule/raspberrypi')
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index d282354f..13a4dcaa 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -47,6 +47,7 @@ pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" pihole_dhcp_enabled: false wireguard_autostart_connection: "" + proxy_type: "nginx" gateway_enabled: true gateway_local_ipv4_subnet: "10.0.0.0/24" grafana_dashboards: @@ -82,7 +83,7 @@ - role: "usbutils" - role: "wireguard" - role: "gateway" - - role: "nginx" + - role: "proxy" - role: "wg_portal" - role: "pihole" - role: "prometheus" |
