mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-13 17:24:41 +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
9
ansible/roles/hermes_user/defaults/main.yml
Normal file
9
ansible/roles/hermes_user/defaults/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
hermes_user: hermes
|
||||
hermes_group: hermes
|
||||
hermes_uid: 1002
|
||||
hermes_gid: 1002
|
||||
hermes_home: /opt/hermes
|
||||
hermes_shell: /bin/bash
|
||||
hermes_ssh_key_type: ed25519
|
||||
hermes_ssh_key_comment: "hermes@funk-cluster"
|
||||
Loading…
Add table
Add a link
Reference in a new issue