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 --- host_vars/ubuntu.local.yml.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host_vars/ubuntu.local.yml.example') 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