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