diff options
Diffstat (limited to 'molecule/raspberrypi/converge.yml')
| -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" |
