mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-11 07:34:41 +02:00
Indexation de admin/ (284 chunks) dans Qdrant via embeddings Qwen3-8B. rag-query utilisable en CLI et depuis le profil funk-ai de Hermes. Note: modèle d'embedding générique — qualité limitée, voir admin/ia/rag.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
728 B
YAML
17 lines
728 B
YAML
---
|
|
- name: Configure storage-01
|
|
hosts: gateway
|
|
roles:
|
|
- { role: hermes_user, tags: [hermes_user] }
|
|
- { role: common, tags: [common] }
|
|
- { role: gateway, tags: [gateway] }
|
|
- { role: dnsmasq, tags: [dnsmasq] }
|
|
- { role: nfs_server, tags: [nfs_server] }
|
|
- { role: qdrant, tags: [qdrant] }
|
|
- { role: postgresql, tags: [postgresql] }
|
|
- { role: minio, tags: [minio] }
|
|
- { role: litellm, tags: [litellm] }
|
|
- { role: hermes_agent, tags: [hermes_agent] }
|
|
- { role: rag, tags: [rag] }
|
|
- { role: node_exporter, tags: [node_exporter] }
|
|
- { role: alertmanager_webhook, tags: [alertmanager_webhook] }
|