mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 06:24:42 +02:00
- k8s/apps/authentik : IdP OIDC (auth.lab.local), namespace auth — server + worker 2026.5.3, Redis in-cluster, PG sur storage-01, PVC media - k8s/apps/guacamole : portail consoles SSH web s01/g01 (portail.lab.local) — guacd + webapp 1.6.0, SSO OIDC vers Authentik, Job initdb idempotent - ansible : rôle console_user (user sans sudo pour les consoles, s01 + g01), bases PG authentik/guacamole, secrets vault (mdp PG + clé SSH console) - doc : admin/k8s/auth-portal.md (déploiement, config initiale, pièges) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
980 B
YAML
21 lines
980 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] }
|
|
- { role: postfix_relay, tags: [postfix_relay] }
|
|
- { role: hermes_auto_improve, tags: [hermes_auto_improve] }
|
|
- { role: hermes_exec, tags: [hermes_exec] }
|
|
- { role: console_user, tags: [console_user] }
|