57c36e0378
* adjusted setup_zabbix integration tests role to work on distributions from Debian family * bumped zabbix_host integration tests role to be run against bionic
12 lines
396 B
YAML
12 lines
396 B
YAML
---
|
|
db_name: 'zabbix'
|
|
db_user: 'zabbix'
|
|
db_password: 'fLhijUs3PgekNhwJ'
|
|
|
|
zabbix_version: 4.0
|
|
zabbix_apt_repository: 'deb http://repo.zabbix.com/zabbix/{{ zabbix_version }}/{{ ansible_distribution.lower() }}/ {{ ansible_distribution_release }} main'
|
|
zabbix_apt_repository_key: 'http://repo.zabbix.com/zabbix-official-repo.key'
|
|
|
|
zabbix_packages:
|
|
- zabbix-server-mysql
|
|
- zabbix-frontend-php
|