feat: implement new role layout

This commit is contained in:
Simon Cornet 2025-11-01 13:31:38 +01:00
commit 9cca6c4b47
5 changed files with 7 additions and 42 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
...
```
```