From a97e13a86f1fc16a75b5fd83a6dd74b2e694f314 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Thu, 4 Sep 2025 03:22:07 +0200 Subject: Refactor molecule testing to run a scenario per distro and fix ipv6 --- molecule/raspberrypi/converge.yml | 2 +- molecule/raspberrypi/molecule.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'molecule/raspberrypi') diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 0b6ef857..275c91d6 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -13,8 +13,8 @@ pihole_totp_secret: "CHANGEME" pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" pihole_dhcp_enabled: false + wireguard_autostart_connection: "" wireguard_gateway_enabled: true - wireguard_autostart_connection: "protonvpn-us-1" roles: - role: "hostname" - role: "network" diff --git a/molecule/raspberrypi/molecule.yml b/molecule/raspberrypi/molecule.yml index a1d57df3..58a6c2bd 100644 --- a/molecule/raspberrypi/molecule.yml +++ b/molecule/raspberrypi/molecule.yml @@ -8,6 +8,7 @@ driver: name: podman platforms: - name: raspberrypi + image: raspberrypi dockerfile: Dockerfile.j2 platform: "linux/arm64/v8" pre_build_image: false -- cgit v1.2.3