diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-19 00:43:51 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-19 00:46:29 +0200 |
| commit | 43034bba4574f03c5d88f4380767c40e64d60c6e (patch) | |
| tree | c3e2b0b171792e494bd42b032c5f3529f3697d24 /molecule | |
| parent | 457ea6648783258458bb12280d39d5816450ff62 (diff) | |
Refactor and clean up code
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index ebbb1cbe..499b37cf 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -47,7 +47,7 @@ pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" pihole_dhcp_enabled: false wireguard_autostart_connection: "" - proxy_type: "nginx" + proxy_type: "caddy" gateway_enabled: true gateway_local_ipv4_subnet: "10.0.0.0/24" grafana_dashboards: @@ -87,7 +87,7 @@ - role: "usbutils" - role: "wireguard" - role: "gateway" - - role: "proxy" + - role: "caddy" - role: "wg_portal" - role: "pihole" - role: "prometheus" |
