summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-04 00:47:09 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-04 00:49:46 +0100
commit570555cf2d464078190240df724ca4f148c72b48 (patch)
tree44f50edc747c8f84cba74a392df6110981789617 /host_vars
parentcdbb782ab1aa2c337fcfeca0693ac8e22582d186 (diff)
Refactor language roles to use mise and install multiple version support
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/archlinux.local.ymlbin1209 -> 1245 bytes
-rw-r--r--host_vars/archlinux.local.yml.example11
-rw-r--r--host_vars/mac.local.ymlbin1037 -> 1073 bytes
-rw-r--r--host_vars/mac.local.yml.example9
4 files changed, 19 insertions, 1 deletions
diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml
index 111991e3..f4d0568e 100644
--- a/host_vars/archlinux.local.yml
+++ b/host_vars/archlinux.local.yml
Binary files differ
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
index 8d0366f4..bfb759f7 100644
--- a/host_vars/mac.local.yml
+++ b/host_vars/mac.local.yml
Binary files differ
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"