mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-01 09:50:18 +08:00
15 lines
335 B
YAML
15 lines
335 B
YAML
---
|
|
|
|
- name: Copy in /usr/local/bin/collectd-postgres.sh
|
|
template: >
|
|
src=collectd-postgres.sh
|
|
dest=/usr/local/bin/collectd-postgres.sh
|
|
mode=0755
|
|
notify: restart collectd
|
|
|
|
- name: Copy in /etc/collectd.d/postgres.conf
|
|
template: >
|
|
src=postgres.conf
|
|
dest=/etc/collectd.d/postgres.conf
|
|
notify: restart collectd
|