This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Install Zabbix Repository Key | |
rpm_key: state=present key=http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX | |
- name: Install Zabbix Repository and other packages needed by Ansible | |
yum: pkg={{item}} state=installed | |
with_items: | |
- policycoreutils-python | |
- libselinux-python | |
- MySQL-python | |
- http://repo.zabbix.com/zabbix/2.4/rhel/6/x86_64/zabbix-release-2.4-1.el6.noarch.rpm |