Packageize this, packageize that, packageize the world

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-08 22:25:52 +00:00
parent e680b96895
commit adcbf72f03
163 changed files with 220 additions and 220 deletions

View file

@ -3,7 +3,7 @@
# install pkg
- name: install collectd
yum: name=collectd state=present
package: name=collectd state=present
tags:
- collectd
when: ansible_distribution_major_version|int < 22
@ -50,7 +50,7 @@
# apache - localhost only - pretty much any apache server
- name: install collectd-apache (yum)
yum: state=present name=collectd-apache
package: state=present name=collectd-apache
tags:
- collectd
notify:
@ -84,7 +84,7 @@
when: collectd_graphite is defined and ansible_distribution_major_version != '6'
- name: Install libsemanage-python so we can set an sebool below
yum: name=libsemanage-python state=present
package: name=libsemanage-python state=present
tags:
- collectd
when: collectd_apache is defined and ansible_distribution_major_version|int < 22

View file

@ -1,7 +1,7 @@
---
- name: install collectd-bind
yum: name=collectd-bind state=present
package: name=collectd-bind state=present
tags:
- packages
- collectd

View file

@ -1,7 +1,7 @@
---
- name: install python-retask
yum: name=python-retask state=present
package: name=python-retask state=present
tags:
- collectd

View file

@ -9,7 +9,7 @@
notify: restart collectd
- name: Ensure that semanage is present
yum: name=policycoreutils-python state=present
package: name=policycoreutils-python state=present
tags:
- collectd/memcached
- collectd

View file

@ -3,7 +3,7 @@
# install pkg
- name: install collectd server packages
yum: name={{ item }} state=present
package: name={{ item }} state=present
with_items:
- collectd-rrdtool
- collectd-ping