19 lines
365 B
YAML
19 lines
365 B
YAML
---
|
|
|
|
paquetes_zabbix_server:
|
|
- zabbix-server-pgsql
|
|
- zabbix-frontend-php
|
|
- php-pgsql
|
|
- zabbix-nginx-conf
|
|
- zabbix-sql-scripts
|
|
- zabbix-agent2
|
|
- postgresql
|
|
- postgresql-contrib
|
|
- python3-psycopg2
|
|
|
|
zabbix_repo822:
|
|
arch: "{{ 'amd64' if ansible_machine != 'aarch64' else 'arm64'}}"
|
|
dist: 'noble'
|
|
uri: 'http://repo.zabbix.com/zabbix/7.0/ubuntu'
|
|
|