Files
configpolicy/roles/zabbix-server/defaults/main.yml
Dustin C. Hatch 3a7c9b52bf 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.
2018-04-14 15:26:54 -05:00

10 lines
265 B
YAML

zabbix_db_name: zabbix
zabbix_db_user: "{{ zabbix_db_name }}"
zabbix_db_host: ""
zabbix_php_max_execution_time: 300
zabbix_php_memory_limit: 128M
zabbix_php_post_max_size: 16M
zabbix_php_upload_max_filesize: 2M
zabbix_php_max_input_time: 300
zabbix_web_redir: true