The *zabbix-server* role deploys the Zabbix server database, daemon, and web interface. It requires the *apache* role to configure Apache HTTPD to serve the web UI.
5 lines
87 B
YAML
5 lines
87 B
YAML
zbx_srv_required_packages:
|
|
- python3-psycopg2
|
|
- zabbix-server-pgsql
|
|
- zabbix-web-pgsql
|