diff options
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/archlinux.local.yml | bin | 1209 -> 1245 bytes | |||
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 11 | ||||
| -rw-r--r-- | host_vars/mac.local.yml | bin | 1037 -> 1073 bytes | |||
| -rw-r--r-- | host_vars/mac.local.yml.example | 9 |
4 files changed, 19 insertions, 1 deletions
diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml Binary files differindex 111991e3..f4d0568e 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 f6f4ce5e..e8bad3f4 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -7,10 +7,19 @@ network_ipv6_address: "fd5c:fd8b:2b8c::201/64" network_ipv6_gateway: "fd5c:fd8b:2b8c::254" network_ipv6_dns: "fd5c:fd8b:2b8c::254" -go_version: "1.25.3" +go_versions: + - "latest" + - "1.25.3" +rust_versions: + - "latest" + - "1.83.0" +nodejs_versions: + - "lts" + - "22.22.0" python_versions: - "3.13.7" - "3.12.11" + ansible_core_version: "2.18.7" molecule_version: "25.7.0" diff --git a/host_vars/mac.local.yml b/host_vars/mac.local.yml Binary files differindex 8d0366f4..bfb759f7 100644 --- a/host_vars/mac.local.yml +++ b/host_vars/mac.local.yml diff --git a/host_vars/mac.local.yml.example b/host_vars/mac.local.yml.example index 22cce63b..c301010c 100644 --- a/host_vars/mac.local.yml.example +++ b/host_vars/mac.local.yml.example @@ -7,6 +7,15 @@ network_ipv6_address: "fd5c:fd8b:2b8c::200/64" network_ipv6_gateway: "fd5c:fd8b:2b8c::254" network_ipv6_dns: "fd5c:fd8b:2b8c::254" +go_versions: + - "latest" + - "1.25.3" +rust_versions: + - "latest" + - "1.83.0" +nodejs_versions: + - "lts" + - "22.22.0" python_versions: - "3.13.7" - "3.12.11" |
