mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
- zabbix-proxy-sqlite3
|
||||
- sqlite
|
||||
- sqlite-devel
|
||||
- zabbix-selinux-policy
|
||||
state: present
|
||||
when: zabbix_db_type == "sqlite"
|
||||
|
||||
@@ -68,6 +69,7 @@
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- zabbix-proxy-mysql
|
||||
- zabbix-selinux-policy
|
||||
- default-mysql-client
|
||||
state: present
|
||||
when: zabbix_db_type == "mysql"
|
||||
@@ -77,6 +79,7 @@
|
||||
name:
|
||||
- zabbix-proxy-pgsql
|
||||
- postgresql-client
|
||||
- zabbix-selinux-policy
|
||||
state: present
|
||||
when: zabbix_db_type == "postgres"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user