feat: initial hermes playbook

This commit is contained in:
2026-06-03 20:58:28 +02:00
commit 292bd727cf
6 changed files with 55 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# ansible-playbook-hermes
Déploie [Hermes Agent](https://github.com/NousResearch/hermes-agent) via le rôle `ansible-role-hermes`.
## Utilisation
```bash
# Installer les rôles
ansible-galaxy install -r requirements.yml
# Adapter l'inventaire
vim inventory/hosts.yml
# Configurer les variables (clés API, etc.)
vim group_vars/hermes.yml
# Lancer le déploiement
ansible-playbook -i inventory/hosts.yml playbook.yml
```
## Variables principales
Voir `group_vars/hermes.yml` et le [README du rôle](https://git.goshka.fr/mathieu/ansible-role-hermes).