From 23703a173727055efe47c0fcdb9ac6a0c3e2f911 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 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..668b599 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,26 @@ +# Agents + +This role installs and configures Zabbix Web (frontend) with Apache. + +## Role Analysis + +- **Type**: Monitoring infrastructure role (web UI) +- **OS Support**: Debian 12 +- **Deployment Method**: Direct (package installation) +- **Scope**: Zabbix web frontend installation and configuration + +## Key Variables + +| Variable | Default | Description | +|----------|---------|-------------| +| `zabbix_web_name` | `Siempie Monitoring` | Web UI title | +| `zabbix_server_db_name` | `zabbix` | Database name | +| `zabbix_server_db_user` | `zabbix` | Database user | +| `zabbix_server_db_pass` | `zabbixpass` | Database password | + +## Testing + +```bash +ansible-lint +molecule test +```