summaryrefslogtreecommitdiffstats
path: root/molecule/raspberrypi
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-04 03:22:07 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-04 03:22:07 +0200
commita97e13a86f1fc16a75b5fd83a6dd74b2e694f314 (patch)
tree1fc3ee0876acaf5f13254a9615d137482bb3508e /molecule/raspberrypi
parenteaeb038e785c764725ccb3a58019b62bdb358e4e (diff)
Refactor molecule testing to run a scenario per distro and fix ipv6
Diffstat (limited to 'molecule/raspberrypi')
-rw-r--r--molecule/raspberrypi/converge.yml2
-rw-r--r--molecule/raspberrypi/molecule.yml1
2 files changed, 2 insertions, 1 deletions
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