28 lines
671 B
Markdown
28 lines
671 B
Markdown
# Overview
|
|
|
|
This role the opinionated installation and configuration of a Zabbix Proxy.
|
|
|
|
## Supported Operating Systems
|
|
|
|
| Operating System | Version |
|
|
| --- | ----- |
|
|
| Debian | 12 |
|
|
|
|
## 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
|
|
...
|
|
```
|