All checks were successful
ci/woodpecker/push/linting Pipeline was successful
30 lines
957 B
Markdown
30 lines
957 B
Markdown
# Overview
|
|
|
|
This role the opinionated installation and configuration of a Zabbix Web Server.
|
|
|
|
## Supported Operating Systems
|
|
|
|
| Operating System | Version |
|
|
| ---------------- | ------- |
|
|
| Debian | 13 |
|
|
|
|
## Variables
|
|
|
|
| Variable | Type | Default | Required |
|
|
| --------------------- | ----------- | -------------------- | -------- |
|
|
| zabbix_web_name | string | `Siempie Monitoring` | No |
|
|
| zabbix_server_db_name | string | `zabbix` | No |
|
|
| zabbix_server_db_user | string | `zabbix` | No |
|
|
| zabbix_server_db_pass | string(enc) | `zabbixpass` | No |
|
|
|
|
## Example usage
|
|
|
|
```yaml
|
|
zabbix_web_name: "Zabbix Monitoring"
|
|
zabbix_server_db_name: "zabbix"
|
|
zabbix_server_db_user: "zabbix"
|
|
zabbix_server_db_pass: !vault
|
|
$ANSIBLE_VAULT;1.1;AES256
|
|
31633463613336373164373333633038393164383835646633303163316665303934646363383530
|
|
...
|
|
```
|