2021-04-29 18:53:56 +02:00
|
|
|
---
|
2022-11-11 23:51:52 +01:00
|
|
|
- include_tasks: _common.yml
|
|
|
|
tags: ['prometheus_mysqld']
|
2021-05-26 18:23:12 +02:00
|
|
|
|
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:
|
2022-11-14 10:58:21 +01:00
|
|
|
- 'prometheus | mysqld exporter | restart service'
|