Add host_vars for Mission-Control (WSL2 workstation)
This commit is contained in:
23
host_vars/mission-control.yml
Normal file
23
host_vars/mission-control.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user