mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:04:42 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
14
ansible/host_vars/gpu-01/vars.yml
Normal file
14
ansible/host_vars/gpu-01/vars.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
ansible_host: 192.168.10.20
|
||||
|
||||
# llama-server — modèle servi au démarrage
|
||||
llama_model_path: "/mnt/models/bartowski/Qwen3-8B-GGUF/Qwen3-8B-Q4_K_M.gguf"
|
||||
llama_model_alias: "qwen3-8b"
|
||||
llama_ctx_size: 32768
|
||||
|
||||
# Montages NFS (surcharge les defaults du rôle nfs_client)
|
||||
nfs_client_mounts:
|
||||
- local_path: /mnt/nfs
|
||||
remote_export: /srv/data/nfs/k8s
|
||||
- local_path: /mnt/models
|
||||
remote_export: /srv/data/models
|
||||
Loading…
Add table
Add a link
Reference in a new issue