Compare commits

...

2 Commits

Author SHA1 Message Date
c6d88b7e92 Add cifs-utils to fleet baseline packages 2026-05-22 05:47:37 -04:00
de3d1f0a67 Add host_vars for Cinnamint-EliteBook workstation 2026-05-21 16:33:07 -04:00
2 changed files with 31 additions and 0 deletions

View 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

View File

@@ -32,6 +32,7 @@
- jq - jq
- vim - vim
- python3-pip - python3-pip
- cifs-utils
state: present state: present
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
tags: [baseline] tags: [baseline]