Add host_vars for Cinnamint-EliteBook workstation
This commit is contained in:
30
host_vars/cinnamint--elitebook.yml
Normal file
30
host_vars/cinnamint--elitebook.yml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
# Cinnamint-EliteBook — HP EliteBook, Linux Mint 22.3, general-purpose workstation
|
||||||
|
node_type: workstation
|
||||||
|
has_gpu: false
|
||||||
|
|
||||||
|
# Workstation essentials
|
||||||
|
extra_packages:
|
||||||
|
- curl
|
||||||
|
- git
|
||||||
|
- htop
|
||||||
|
- tmux
|
||||||
|
- jq
|
||||||
|
- vim
|
||||||
|
- python3-pip
|
||||||
|
- unzip
|
||||||
|
- wget
|
||||||
|
- tree
|
||||||
|
- ncdu
|
||||||
|
- ripgrep
|
||||||
|
|
||||||
|
# No Ollama — no dedicated GPU for inference
|
||||||
|
ollama_models: []
|
||||||
|
|
||||||
|
# Services
|
||||||
|
managed_services:
|
||||||
|
- name: hermes-gateway
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
# Hermes auto-update offset (staggered)
|
||||||
|
hermes_update_offset: 60
|
||||||
Reference in New Issue
Block a user