feat: initial hermes-agent role

This commit is contained in:
2026-06-03 20:56:41 +02:00
commit b3c59a5d69
7 changed files with 205 additions and 0 deletions

15
meta/main.yml Normal file
View File

@@ -0,0 +1,15 @@
---
galaxy_info:
author: mathieu
description: Install Hermes Agent (NousResearch) via wheel on Linux
license: MIT
min_ansible_version: "2.14"
platforms:
- name: Debian
versions: [bullseye, bookworm]
- name: Ubuntu
versions: [focal, jammy, noble]
- name: EL
versions: ["8", "9"]
galaxy_tags: [hermes, ai, agent]
dependencies: []