chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
0d6d218af5
commit
c5711905bb
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 Proxy for centralized monitoring data collection.
|
||||||
|
|
||||||
|
## Role Analysis
|
||||||
|
|
||||||
|
- **Type**: Monitoring infrastructure role
|
||||||
|
- **OS Support**: Debian 12
|
||||||
|
- **Deployment Method**: Direct (package installation)
|
||||||
|
- **Scope**: Zabbix proxy installation and configuration
|
||||||
|
|
||||||
|
## Key Variables
|
||||||
|
|
||||||
|
| Variable | Default | Description |
|
||||||
|
|----------|---------|-------------|
|
||||||
|
| `zabbix_proxy_psk_id` | (required) | PSK identity |
|
||||||
|
| `zabbix_proxy_psk` | (required) | PSK secret |
|
||||||
|
| `zabbix_server_host` | `zabbix.siempie.internal` | Zabbix server address |
|
||||||
|
|
||||||
|
## Tags
|
||||||
|
|
||||||
|
| Tag | Purpose |
|
||||||
|
|-----|---------|
|
||||||
|
| `zabbix_proxy_install` | Manage proxy installation |
|
||||||
|
| `zabbix_proxy_config` | Manage proxy configuration |
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ansible-lint
|
||||||
|
molecule test
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue