style: align markdown table formatting for MD060 compliance
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 18:26:21 +02:00
commit e9c3ea6a84

View file

@ -12,7 +12,7 @@ This role installs and configures Zabbix Server with MySQL/PostgreSQL backend an
## Key Variables ## Key Variables
| Variable | Default | Description | | Variable | Default | Description |
|----------|---------|-------------| | ---------- | --------- | ------------- |
| `zabbix_server_db_name` | `zabbix` | Database name | | `zabbix_server_db_name` | `zabbix` | Database name |
| `zabbix_server_db_user` | `zabbix` | Database user | | `zabbix_server_db_user` | `zabbix` | Database user |
| `zabbix_server_db_pass` | `zabbixpass` | Database password | | `zabbix_server_db_pass` | `zabbixpass` | Database password |
@ -20,7 +20,7 @@ This role installs and configures Zabbix Server with MySQL/PostgreSQL backend an
## Tags ## Tags
| Tag | Purpose | | Tag | Purpose |
|-----|---------| | ----- | --------- |
| `zabbix_agent_install` | Manage server installation | | `zabbix_agent_install` | Manage server installation |
| `zabbix_agent_config` | Manage server configuration | | `zabbix_agent_config` | Manage server configuration |