Add tags to collectd roles.
This commit is contained in:
parent
02eaf76319
commit
7781f66a8d
5 changed files with 38 additions and 0 deletions
|
@ -5,10 +5,14 @@
|
|||
src=collectd-postgres.sh
|
||||
dest=/usr/local/bin/collectd-postgres.sh
|
||||
mode=0755
|
||||
tags:
|
||||
- collectd
|
||||
notify: restart collectd
|
||||
|
||||
- name: Copy in /etc/collectd.d/postgres.conf
|
||||
template: >
|
||||
src=postgres.conf
|
||||
dest=/etc/collectd.d/postgres.conf
|
||||
tags:
|
||||
- collectd
|
||||
notify: restart collectd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue