ansible-roles/roles/postgresql_exporter/tasks/conf.yml
2021-12-01 19:13:34 +01:00

7 lines
227 B
YAML

---
- name: Deploy configuration file
template: src=postgres-exporter.conf.j2 dest={{ pg_exporter_root_dir }}/etc/postgres-exporter.conf group={{ pg_exporter_user }} mode='640'
notify: restart postgres-exporter
tags: pg