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,13 @@
---
- name: Configure storage-01
hosts: gateway
roles:
- { 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] }