mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
27
roles/zabbix_server/tasks/install.yml
Normal file
27
roles/zabbix_server/tasks/install.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
|
||||
- name: Install packages
|
||||
yum:
|
||||
name:
|
||||
- zabbix-server-mysql
|
||||
- zabbix-web
|
||||
- zabbix-java-gateway
|
||||
- zabbix-get
|
||||
- mariadb
|
||||
- fping
|
||||
- patrix
|
||||
- perl-JSON
|
||||
- perl-IO-Socket-SSL
|
||||
- perl-libwww-perl
|
||||
- perl-URI
|
||||
- perl-DateTime-Format-ISO8601
|
||||
- perl-Getopt-Long
|
||||
- perl-Pod-Usage
|
||||
tags: zabbix
|
||||
|
||||
- name: Install backup scripts
|
||||
template: src={{ item }}_backup.sh.j2 dest=/etc/backup/{{ item }}.d/zabbix.sh mode=700
|
||||
loop:
|
||||
- pre
|
||||
- post
|
||||
tags: zabbix
|
Reference in New Issue
Block a user