roles/zabbix-server: Deploy Zabbix server, web UI
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.
This commit is contained in:
4
roles/zabbix-server/vars/main.yml
Normal file
4
roles/zabbix-server/vars/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
zbx_srv_required_packages:
|
||||
- python3-psycopg2
|
||||
- zabbix-server-pgsql
|
||||
- zabbix-web-pgsql
|
||||
Reference in New Issue
Block a user