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,15 @@
---
litellm_user: litellm
litellm_venv: /opt/litellm/venv
litellm_config_dir: /etc/litellm
litellm_host: "127.0.0.1" # loopback — Hermes est sur la même machine
litellm_port: 4000
litellm_master_key: "lm-studio"
# Clé Anthropic — vient du vault
litellm_anthropic_api_key: "{{ vault_anthropic_api_key }}"
# Endpoint llama-server sur gpu-01
litellm_local_llm_base_url: "http://192.168.10.20:1234/v1"
litellm_local_llm_api_key: "lm-studio"