From 09cdd6bb59522301d0b6a730110a2709760e0aa8 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 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..593f30f --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,21 @@ +# Agents + +This role installs prerequisites for Zabbix software (Zabbix repository and dependencies). + +## Role Analysis + +- **Type**: Prerequisite role (for Zabbix components) +- **OS Support**: Debian 12, Debian 13, SLES 15, Ubuntu 22.04 LTS, Ubuntu 24.04 LTS +- **Deployment Method**: Direct (package repository setup) +- **Scope**: Zabbix repository configuration + +## Tasks + +1. **prerequisites** - Configures Zabbix APT repository + +## Testing + +```bash +ansible-lint +molecule test +```