feat: implement new role layout
This commit is contained in:
parent
18c212a876
commit
87fa8a6dd3
5 changed files with 6 additions and 45 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 Server.
|
||||
|
||||
## Supported Operating Systems
|
||||
|
||||
| Operating System | Version |
|
||||
| --- | ----- |
|
||||
| Debian | 12 |
|
||||
|
||||
## Variables
|
||||
|
||||
| Variable | Type | Default | Required |
|
||||
| --- | --- | --- | --- |
|
||||
| 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_server_db_name: "zabbix"
|
||||
zabbix_server_db_user: "zabbix"
|
||||
zabbix_server_db_pass: !vault
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
31633463613336373164373333633038393164383835646633303163316665303934646363383530
|
||||
...
|
||||
```
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue