chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
a7ab10364c
commit
09cdd6bb59
1 changed files with 21 additions and 0 deletions
21
AGENTS.md
Normal file
21
AGENTS.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Agents
|
||||
|
||||
This role installs prerequisites for Zabbix software (Zabbix repository and dependencies).
|
||||
|
||||
## Role Analysis
|
||||
|
||||
- **Type**: Prerequisite role (for Zabbix components)
|
||||
- **OS Support**: Debian 12, Debian 13, SLES 15, Ubuntu 22.04 LTS, Ubuntu 24.04 LTS
|
||||
- **Deployment Method**: Direct (package repository setup)
|
||||
- **Scope**: Zabbix repository configuration
|
||||
|
||||
## Tasks
|
||||
|
||||
1. **prerequisites** - Configures Zabbix APT repository
|
||||
|
||||
## Testing
|
||||
|
||||
```bash
|
||||
ansible-lint
|
||||
molecule test
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue