mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:14:42 +02:00
feat: rôle hermes_user + ask-agent + skills délégation
- Nouveau rôle hermes_user : création user/group UID 1002 sur storage-01 et gpu-01, sudoers limités par host, clé SSH ed25519 générée sur storage-01 et distribuée vers gpu-01, ssh_config + known_hosts - Kubeconfig copié depuis ansible vers hermes sur storage-01 - ask-agent : script bash LiteLLM pour déléguer aux agents system/monitor/brain/funk-ai - hermes-skills/funk/agent-delegation : skill Hermes pour les inter-profile calls avec pattern Terminal: ask-agent - Playbooks storage-01 et gpu-01 : ajout du rôle hermes_user Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0c89d262d1
commit
6be2a89480
7 changed files with 325 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
- name: Configure gpu-01
|
||||
hosts: gpu_hosts
|
||||
roles:
|
||||
- { role: hermes_user, tags: [hermes_user] }
|
||||
- { role: common, tags: [common] }
|
||||
- { role: rocm, tags: [rocm] }
|
||||
- { role: nfs_client, tags: [nfs_client] }
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
- 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] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue