From 7e51b1642f6c848e7fc50dab609bf28c03e54e04 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 18 Sep 2025 12:03:46 +0200 Subject: Update host vars with pinned python versions --- group_vars/all.yml.example | 4 ---- host_vars/archlinux.local.yml | Bin 317 -> 319 bytes host_vars/archlinux.local.yml.example | 6 ++++++ host_vars/rpi5.local.yml | Bin 1104 -> 1209 bytes host_vars/ubuntu.local.yml | Bin 315 -> 317 bytes host_vars/ubuntu.local.yml.example | 6 ++++++ 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 94780625..1c6a84fe 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -29,10 +29,6 @@ password_policy_maxrepeat: 3 password_policy_maxclassrepeat: 0 password_policy_gecoscheck: 0 -python_versions: - - "3.12" - - "3.13" - wireguard_autostart_connection: "wg-vpn0" wireguard_connections: wg-vpn0: | diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml index 0ecce1e8..f3bf870a 100644 Binary files a/host_vars/archlinux.local.yml and b/host_vars/archlinux.local.yml differ diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 85a11502..377e7a40 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -7,6 +7,12 @@ network_ipv6_address: "fd5c:fd8b:2b8c::201/64" network_ipv6_gateway: "fd5c:fd8b:2b8c::254" network_ipv6_dns: "fd5c:fd8b:2b8c::254" +python_versions: + - "3.13.7" + - "3.12.11" +ansible_core_version: "2.18.7" +molecule_version: "25.7.0" + wireguard_connections: wg-vpn1: | [Interface] diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml index 19a39b2a..90a16fda 100644 Binary files a/host_vars/rpi5.local.yml and b/host_vars/rpi5.local.yml differ diff --git a/host_vars/ubuntu.local.yml b/host_vars/ubuntu.local.yml index 70668a43..a3190d56 100644 Binary files a/host_vars/ubuntu.local.yml and b/host_vars/ubuntu.local.yml differ diff --git a/host_vars/ubuntu.local.yml.example b/host_vars/ubuntu.local.yml.example index 5e415345..6e8a4e9c 100644 --- a/host_vars/ubuntu.local.yml.example +++ b/host_vars/ubuntu.local.yml.example @@ -7,6 +7,12 @@ network_ipv6_address: "fd5c:fd8b:2b8c::203/64" network_ipv6_gateway: "fd5c:fd8b:2b8c::1" network_ipv6_dns: "fd5c:fd8b:2b8c::1" +python_versions: + - "3.13.7" + - "3.12.11" +ansible_core_version: "2.18.7" +molecule_version: "25.7.0" + wireguard_connections: wg-vpn3: | [Interface] -- cgit v1.2.3