copy over nfs.conf as well
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
7e5e3b40c0
commit
74a668ce1a
1 changed files with 7 additions and 0 deletions
|
@ -81,6 +81,13 @@
|
||||||
- restart collectd
|
- restart collectd
|
||||||
when: collectd_apache is defined
|
when: collectd_apache is defined
|
||||||
|
|
||||||
|
- name: enable collectd nfs module
|
||||||
|
copy: src=nfs.conf dest=/etc/collectd.d/nfs.conf
|
||||||
|
tags:
|
||||||
|
- collectd
|
||||||
|
notify:
|
||||||
|
- restart collectd
|
||||||
|
|
||||||
# Three tasks for handling our (two) custom selinux modules.
|
# Three tasks for handling our (two) custom selinux modules.
|
||||||
- name: ensure a directory exists for our custom selinux module
|
- name: ensure a directory exists for our custom selinux module
|
||||||
file: dest=/usr/share/collectd state=directory
|
file: dest=/usr/share/collectd state=directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue