feat: implement new role layout
This commit is contained in:
parent
e8489b9642
commit
9cca6c4b47
5 changed files with 7 additions and 42 deletions
30
readme.md
Normal file
30
readme.md
Normal 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
|
||||
...
|
||||
```
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue