Fix a todo in the collectd role for bind stats
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
d151311e13
commit
80ccef429e
3 changed files with 9 additions and 2 deletions
|
@ -156,8 +156,6 @@
|
||||||
# each of the below should move to a separate task list
|
# each of the below should move to a separate task list
|
||||||
# since they are odd-balls and one-offs
|
# since they are odd-balls and one-offs
|
||||||
|
|
||||||
# bind - localhost only - ns servers only
|
|
||||||
|
|
||||||
# fedmsg - busgateway## only
|
# fedmsg - busgateway## only
|
||||||
# add /usr/share/collectd/fedmsg-types.db
|
# add /usr/share/collectd/fedmsg-types.db
|
||||||
|
|
||||||
|
|
9
roles/collectd/bind/tasks/main.yml
Normal file
9
roles/collectd/bind/tasks/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
- name: Copy in /etc/collectd.d/bind.conf
|
||||||
|
copy: >
|
||||||
|
src=bind.conf
|
||||||
|
dest=/etc/collectd.d/bind.conf
|
||||||
|
tags:
|
||||||
|
- collectd
|
||||||
|
notify: restart collectd
|
Loading…
Add table
Add a link
Reference in a new issue