ansible-roles/roles/postgresql_exporter/tasks/conf.yml

7 lines
227 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- 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