chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
ea7ba314a0
commit
e00738afbd
1 changed files with 23 additions and 0 deletions
23
AGENTS.md
Normal file
23
AGENTS.md
Normal file
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue