diff options
Diffstat (limited to 'host_vars/archlinux.local.yml.example')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 11 |
1 files changed, 10 insertions, 1 deletions
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" |
