chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
5292861041
commit
9f8a22ac81
1 changed files with 25 additions and 0 deletions
25
AGENTS.md
Normal file
25
AGENTS.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Agents
|
||||
|
||||
This is a meta-role (implementation role) that configures the system baseline by combining other roles.
|
||||
|
||||
## Role Analysis
|
||||
|
||||
- **Type**: Meta-role / Implementation role
|
||||
- **OS Support**: Alpine 3.23, Debian 13
|
||||
- **Dependencies**:
|
||||
- `ans-common` - Core OS components
|
||||
- `ans-zabbix-agent` - Zabbix monitoring agent
|
||||
|
||||
## Child Roles
|
||||
|
||||
| Role | Description |
|
||||
|------|-------------|
|
||||
| ans-common | Core OS components and defaults |
|
||||
| ans-zabbix_agent | Zabbix Agent 2 for monitoring |
|
||||
|
||||
## Testing
|
||||
|
||||
```bash
|
||||
ansible-lint
|
||||
molecule test
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue