fix: rename host_vars for mk-33/mk-34 to match hostname

This commit is contained in:
Artemis (Iron Legion)
2026-05-22 23:52:44 -04:00
parent 909934155e
commit 38efe66851
2 changed files with 0 additions and 0 deletions

34
host_vars/mk-33.yml Normal file
View File

@@ -0,0 +1,34 @@
---
# MK-33 Silver Centurion — Docker Swarm worker 1
node_type: swarm
has_gpu: false
# Swarm essentials
extra_packages:
- docker.io # Container runtime
- docker-compose # Compose support
- cifs-utils # SMB/CIFS for Igor NAS
- nfs-common # NFS mount option
- curl # Fleet tooling
- git # Git ops
- ufw # Firewall
- htop # Process monitor
- ncdu # Disk usage
- tree # Directory structure
# No Ollama — N150 is CPU-only, no dGPU
ollama_models: []
# Docker Swarm mode
swarm_role: worker # Will join Swarm initiated by Mk7 (manager)
# Node-specific vars
hardware:
cpu: "Intel N150 (4 cores)"
ram: "12GB"
storage: "512GB SSD"
network: "1x Ethernet (integrated)"
notes: >
GMKtec G9 mini PC. Swarm worker only — lightweight containers (homepage,
Prometheus node-exporter, Traefik worker, n8n workers, Duplicati agent).