From 253c4f86f05f11cfa8ef8dfbeb4c716e53196b36 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Feb 2026 09:57:16 +0100 Subject: [PATCH] chore: add AGENTS.md for opencode agents --- AGENTS.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..631dbc8 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,28 @@ +# Agents + +This role configures Grafana and Prometheus monitoring stack. + +## Role Analysis + +- **Type**: Application server role (monitoring) +- **OS Support**: Debian 13 +- **Deployment Method**: Docker +- **Dependencies**: Docker must be installed + +## Components + +1. **Prometheus** - Metrics collection +2. **Grafana** - Metrics visualization and dashboards + +## Tasks + +1. **install prometheus** - Deploys Prometheus via Docker +2. **install grafana** - Deploys Grafana via Docker +3. **cleanup docker** - Cleans up Docker resources + +## Testing + +```bash +ansible-lint +molecule test +```