summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
Diffstat (limited to 'molecule')
-rw-r--r--molecule/archlinux/converge.yml3
-rw-r--r--molecule/debian/converge.yml3
-rw-r--r--molecule/raspberrypi/converge.yml3
-rw-r--r--molecule/ubuntu/converge.yml3
4 files changed, 8 insertions, 4 deletions
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"