Ajouter agent2_deploy au registre + README agent1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 16:45:31 +00:00
parent 8bd69a4b2e
commit ec0b4a7214
2 changed files with 84 additions and 0 deletions
+6
View File
@@ -10,5 +10,11 @@
"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"
},
"agent2_deploy": {
"jid" : "agent2_deploy@xmpp.ovh",
"mqtt_inbox" : "agents/agent2_deploy/inbox",
"mqtt_outbox" : "agents/agent1/inbox",
"speciality" : "Déploiement d'agents : installe et configure d'autres agents sur des machines distantes ou locales via SSH"
}
}