on_mqtt_register : mise à jour automatique du registre + distinction NOUVEAU/EN LIGNE
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+13
-13
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user