8bd69a4b2e
- agents_registry.json : ajout de agent2_ansible avec sa spécialité - ansible/ : configuration de base (ansible.cfg + inventaire template) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
633 B
JSON
15 lines
633 B
JSON
{
|
|
"agent2_debian13": {
|
|
"jid" : "agent2_debian13@xmpp.ovh",
|
|
"mqtt_inbox" : "agents/agent2_debian13/inbox",
|
|
"mqtt_outbox" : "agents/agent1/inbox",
|
|
"speciality" : "Administration Debian : apt, dpkg, systemd, conteneurs LXC/Docker, KVM, réseau, sécurité système"
|
|
},
|
|
"agent2_ansible": {
|
|
"jid" : "agent2_ansible@xmpp.ovh",
|
|
"mqtt_inbox" : "agents/agent2_ansible/inbox",
|
|
"mqtt_outbox" : "agents/agent1/inbox",
|
|
"speciality" : "Automatisation infrastructure via Ansible : playbooks, commandes ad-hoc, déploiement multi-hôtes, gestion de configuration sur le réseau local"
|
|
}
|
|
}
|