zabbix-proxy/readme.md
Simon Cornet 6ea57400d4
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
ci: migrate from gitlab ci to woodpecker
2026-05-15 13:40:39 +02:00

28 lines
870 B
Markdown

# Overview
This role the opinionated installation and configuration of a Zabbix Proxy.
## Supported Operating Systems
| Operating System | Version |
| ---------------- | ------- |
| Debian | 13 |
## Variables
| Variable | Type | Default | Required |
| ------------------- | ----------- | ------------------------- | -------- |
| zabbix_proxy_psk_id | string | | Yes |
| zabbix_proxy_psk | string(enc) | | Yes |
| zabbix_server_host | string | `zabbix.siempie.internal` | No |
## Example usage
```yaml
zabbix_server_host: "zabbix.siempie.internal"
zabbix_proxy_psk_id: "proxy-siempie"
zabbix_proxy_psk: !vault
$ANSIBLE_VAULT;1.1;AES256
31633463613336373164373333633038393164383835646633303163316665303934646363383530
...
```