Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
538 B

---
- 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