chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
97af0b0ffa
commit
e7e3755a0f
1 changed files with 32 additions and 0 deletions
32
AGENTS.md
Normal file
32
AGENTS.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Agents
|
||||
|
||||
This role installs and configures Zabbix Server with MySQL/PostgreSQL backend and Apache.
|
||||
|
||||
## Role Analysis
|
||||
|
||||
- **Type**: Monitoring infrastructure role
|
||||
- **OS Support**: Debian 12
|
||||
- **Deployment Method**: Direct (package installation)
|
||||
- **Scope**: Zabbix server installation and configuration
|
||||
|
||||
## Key Variables
|
||||
|
||||
| Variable | Default | Description |
|
||||
|----------|---------|-------------|
|
||||
| `zabbix_server_db_name` | `zabbix` | Database name |
|
||||
| `zabbix_server_db_user` | `zabbix` | Database user |
|
||||
| `zabbix_server_db_pass` | `zabbixpass` | Database password |
|
||||
|
||||
## Tags
|
||||
|
||||
| Tag | Purpose |
|
||||
|-----|---------|
|
||||
| `zabbix_agent_install` | Manage server installation |
|
||||
| `zabbix_agent_config` | Manage server configuration |
|
||||
|
||||
## Testing
|
||||
|
||||
```bash
|
||||
ansible-lint
|
||||
molecule test
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue