mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-15 12:34: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
6
ansible/roles/hermes_user/templates/ssh_config.j2
Normal file
6
ansible/roles/hermes_user/templates/ssh_config.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Host gpu-01
|
||||
HostName {{ hostvars['gpu-01'].ansible_host }}
|
||||
User {{ hermes_user }}
|
||||
IdentityFile ~/.ssh/id_{{ hermes_ssh_key_type }}
|
||||
StrictHostKeyChecking accept-new
|
||||
ConnectTimeout 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue