From 889bc61b6ca572e1f3718d8b1723248c73e747e4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 23 Sep 2025 12:41:14 +0200 Subject: Use static values for defaults instead of ansible vars The ansible vars fail on CI because the validate arguments task runs way before the setting of the variables, which causes the ansible undefined vars on CI to cause errors. This is a way better approach of having the static values as defaults and allowing setting the variables to ansible vars in the host/group vars --- molecule/archlinux/converge.yml | 1 - molecule/debian/converge.yml | 1 - molecule/raspberrypi/converge.yml | 1 - molecule/ubuntu/converge.yml | 1 - 4 files changed, 4 deletions(-) (limited to 'molecule') diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 331bb85f..2e810013 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -14,7 +14,6 @@ wireguard_autostart_connection: "" gateway_enabled: true gateway_local_ipv4_subnet: "10.0.0.0/24" - gateway_router_interface: "eth0" python_global_version: "3.13" python_versions: - "3.13" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index b98cb9a5..c92b57be 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -14,7 +14,6 @@ wireguard_autostart_connection: "" gateway_enabled: false gateway_local_ipv4_subnet: "10.0.0.0/24" - gateway_router_interface: "eth0" python_global_version: "3.13" python_versions: - "3.13" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 0785452f..df23f2d8 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -16,7 +16,6 @@ wireguard_autostart_connection: "" gateway_enabled: true gateway_local_ipv4_subnet: "10.0.0.0/24" - gateway_router_interface: "eth0" grafana_dashboards: - id: 1860 revision: 37 diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index ded641cd..0ee35653 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -14,7 +14,6 @@ wireguard_autostart_connection: "" gateway_enabled: false gateway_local_ipv4_subnet: "10.0.0.0/24" - gateway_router_interface: "eth0" python_global_version: "3.13" python_versions: - "3.13" -- cgit v1.2.3