diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-18 12:03:46 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-18 12:03:46 +0200 |
| commit | 7e51b1642f6c848e7fc50dab609bf28c03e54e04 (patch) | |
| tree | 87d801bde1c1f1de0b4fcf587894209923b6d009 /host_vars | |
| parent | fb958a09d65a978de75ce6c3506b87e68e7f3375 (diff) | |
Update host vars with pinned python versions
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/archlinux.local.yml | bin | 317 -> 319 bytes | |||
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 6 | ||||
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 1104 -> 1209 bytes | |||
| -rw-r--r-- | host_vars/ubuntu.local.yml | bin | 315 -> 317 bytes | |||
| -rw-r--r-- | host_vars/ubuntu.local.yml.example | 6 |
5 files changed, 12 insertions, 0 deletions
diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml Binary files differindex 0ecce1e8..f3bf870a 100644 --- a/host_vars/archlinux.local.yml +++ b/host_vars/archlinux.local.yml 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 Binary files differindex 19a39b2a..90a16fda 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml diff --git a/host_vars/ubuntu.local.yml b/host_vars/ubuntu.local.yml Binary files differindex 70668a43..a3190d56 100644 --- a/host_vars/ubuntu.local.yml +++ b/host_vars/ubuntu.local.yml 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] |
