From 9f8a22ac815617663f6656ca99052798b372489b 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 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..374422b --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,25 @@ +# Agents + +This is a meta-role (implementation role) that configures the system baseline by combining other roles. + +## Role Analysis + +- **Type**: Meta-role / Implementation role +- **OS Support**: Alpine 3.23, Debian 13 +- **Dependencies**: + - `ans-common` - Core OS components + - `ans-zabbix-agent` - Zabbix monitoring agent + +## Child Roles + +| Role | Description | +|------|-------------| +| ans-common | Core OS components and defaults | +| ans-zabbix_agent | Zabbix Agent 2 for monitoring | + +## Testing + +```bash +ansible-lint +molecule test +```