feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels

This commit is contained in:
alkatrazz 2026-05-12 17:17:03 +02:00
commit b3fce8af5d
70 changed files with 2688 additions and 0 deletions

View file

@ -0,0 +1,18 @@
---
lm_studio_user: lmstudio
lm_studio_home: /opt/lmstudio
lm_studio_port: 1234
lm_studio_host: "0.0.0.0"
lm_studio_context_length: 65536
lm_studio_gpu_offload: "max"
# HSA override for unofficially supported GPUs (e.g. RX 6700XT = gfx1031 → 10.3.0)
hsa_override_gfx_version: "10.3.0"
# Modèle chargé au démarrage du service
# Format HuggingFace : "organization/repo/fichier.gguf"
# Laisser vide pour ne pas auto-charger (chargement manuel via lms load)
lm_studio_default_model: ""
# Chemin NFS où stocker les modèles (laisse vide = stockage local par défaut)
lm_studio_models_nfs_path: ""