feat: initial commit

This commit is contained in:
Simon Cornet 2025-06-06 18:08:13 +02:00
commit 29bec6f965
17 changed files with 343 additions and 0 deletions

30
README.md Normal file
View file

@ -0,0 +1,30 @@
# 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
...
```
```