mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 22:23:29 +02:00
7 lines
227 B
YAML
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
|