47 lines
918 B
YAML
47 lines
918 B
YAML
---
|
|
# defaults file for zabbix
|
|
repo: https://repo.zabbix.com/zabbix/7.4/release/debian/pool/main/z/zabbix-release/zabbix-release_latest_7.4+debian13_all.deb
|
|
db:
|
|
packages:
|
|
- postgresql-contrib
|
|
- postgresql
|
|
- python3-psycopg2
|
|
- zabbix-sql-scripts
|
|
- zabbix-agent2
|
|
srv:
|
|
packages:
|
|
- zabbix-server-pgsql
|
|
- zabbix-agent2
|
|
front:
|
|
packages:
|
|
- zabbix-frontend-php
|
|
- php8.4-pgsql
|
|
- zabbix-nginx-conf
|
|
- nginx
|
|
- zabbix-agent2
|
|
- keepalived
|
|
proxy:
|
|
packages:
|
|
- mariadb-server
|
|
- zabbix-proxy-mysql
|
|
- zabbix-sql-scripts
|
|
- zabbix-agent2
|
|
agent:
|
|
packages:
|
|
- zabbix-agent2
|
|
|
|
|
|
roles_cibles: ['srv', 'proxy']
|
|
|
|
db_name: zabbix
|
|
db_user: zabbix
|
|
db_passwd: zabbix
|
|
|
|
proxy_db_name: zabbix_proxy
|
|
proxy_db_user: zabbix_proxy
|
|
proxy_db_passwd: zabbix_proxy
|
|
|
|
zabbix_ca: zabbix_ca
|
|
zabbix_server: zabbix_server
|
|
zabbix_proxy: zabbix_proxy
|
|
zabbix_agent: zabbix_agent |