Commit e00738af authored by Simon Cornet's avatar Simon Cornet
Browse files

chore: add AGENTS.md for opencode agents

parent ea7ba314
Loading
Loading
Loading
Loading
Loading

AGENTS.md

0 → 100644
+23 −0
Original line number Diff line number Diff line
# 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
```