Skip to content

Instantly share code, notes, and snippets.

View JurgenVM's full-sized avatar

Jürgen Van Meerhaeghe JurgenVM

View GitHub Profile
@JurgenVM
JurgenVM / main.yml
Created December 19, 2014 20:14
Zabbix on Centos 6.6
- 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