17 lines
435 B
YAML
Raw Normal View History

2021-04-29 18:53:56 +02:00
---
2022-11-11 23:51:52 +01:00
- include_tasks: _common.yml
tags: ['prometheus_mysqld']
2022-11-11 21:08:07 +01:00
- name: 'mysqld exporter | configuration'
2021-10-29 18:23:10 +02:00
template:
src: conf/prometheus-mysqld-exporter.j2
dest: /etc/default/prometheus-mysqld-exporter
owner: root
group: root
mode: 0600
when:
- prometheus_mysqld_exporter_user is defined
register: prometheus_mysqld_exporter_configuration
notify:
- 'prometheus | mysqld exporter | restart service'