From 50f4d28006d78cb915cbce270a4f6eb040f4b0b0 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Fri, 12 Sep 2025 01:02:15 +0200 Subject: Update example/test variables --- molecule/archlinux/converge.yml | 3 ++- molecule/debian/converge.yml | 3 ++- molecule/raspberrypi/converge.yml | 3 ++- molecule/ubuntu/converge.yml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'molecule') diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index a59139fd..36c72d64 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -12,7 +12,8 @@ - "en_US.UTF-8 UTF-8" timezone: "GMT" wireguard_autostart_connection: "" - wireguard_gateway_enabled: true + gateway_enabled: true + gateway_local_ipv4_subnet: "10.0.0.0/24" python_global_version: "3.13" python_versions: - "3.13" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index f9b7f377..f91578f5 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -12,7 +12,8 @@ - "en_US.UTF-8 UTF-8" timezone: "GMT" wireguard_autostart_connection: "" - wireguard_gateway_enabled: false + gateway_enabled: false + gateway_local_ipv4_subnet: "10.0.0.0/24" python_global_version: "3.13" python_versions: - "3.13" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 2b788b8e..f879b529 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -14,7 +14,8 @@ pihole_password: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" pihole_dhcp_enabled: false wireguard_autostart_connection: "" - wireguard_gateway_enabled: true + gateway_enabled: true + gateway_local_ipv4_subnet: "10.0.0.0/24" roles: - role: "hostname" - role: "network" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index 0dc6eeb8..be57baa8 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -12,7 +12,8 @@ - "en_US.UTF-8 UTF-8" timezone: "GMT" wireguard_autostart_connection: "" - wireguard_gateway_enabled: false + gateway_enabled: false + gateway_local_ipv4_subnet: "10.0.0.0/24" python_global_version: "3.13" python_versions: - "3.13" -- cgit v1.2.3