Files
fedora-infra_ansible/roles/collectd/bind/tasks/main.yml
Ricky Elrod 49b0104aaa I guess installing the plugin helps
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-30 09:24:12 +00:00

16 lines
263 B
YAML

---
- name: install collectd-bind
yum: name=collectd-bind state=present
tags:
- packages
- collectd
- name: Copy in /etc/collectd.d/bind.conf
copy: >
src=bind.conf
dest=/etc/collectd.d/bind.conf
tags:
- collectd
notify: restart collectd