diff options
| -rw-r--r-- | group_vars/all.yml.example | 4 | ||||
| -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 |
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 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] |
