From e00738afbd62204b1bc3e2c8a5f5c95a2abefd79 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 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..475a2b9 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,23 @@ +# Agents + +This role configures VMware Log Insight Agent (now VMware Aria Operations for Logs). + +## Role Analysis + +- **Type**: Monitoring/logging agent role +- **OS Support**: Linux (generic) +- **Deployment Method**: Direct (agent installation) +- **Scope**: Log forwarding agent + +## Tasks + +1. **install** - Installs the log forwarder agent +2. **tmpfs** - Configures tmpfs for log buffering +3. **config** - Configures log forwarding + +## Testing + +```bash +ansible-lint +molecule test +```