From 0d16a1679394daf8342a7f7ab9f18d75efb8c434 Mon Sep 17 00:00:00 2001 From: jarvis Date: Thu, 21 May 2026 15:57:25 -0400 Subject: [PATCH] Add host_vars for Mission-Control (WSL2 workstation) --- host_vars/mission-control.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 host_vars/mission-control.yml diff --git a/host_vars/mission-control.yml b/host_vars/mission-control.yml new file mode 100644 index 0000000..882cabd --- /dev/null +++ b/host_vars/mission-control.yml @@ -0,0 +1,23 @@ +--- +# Mission-Control — Windows 11 workstation with WSL2 Ubuntu +# Primary use: research, development, general-purpose workstation +node_type: workstation +has_gpu: false + +# Basic packages for a dev workstation +extra_packages: + - curl + - git + - htop + - tmux + - jq + - vim + - python3-pip + - unzip + - wget + +# No Ollama — WSL2 has no GPU passthrough by default +ollama_models: [] + +# Hermes auto-update offset (staggered after Neo=40) +hermes_update_offset: 50