exporters reorganization

This commit is contained in:
tom.chivert
2023-07-20 15:40:35 +02:00
parent f733ab6d2c
commit 78decc8f50
21 changed files with 135 additions and 145 deletions

View File

@ -0,0 +1,15 @@
---
- include_tasks: ../common.yml
tags: ['prometheus_opcache_exporter']
- name: 'opcache exporter | configuration'
template:
src: conf/prometheus-opcache-exporter.j2
dest: /etc/default/prometheus-opcache-exporter
owner: root
group: root
mode: 0600
register: prometheus_opcache_exporter_configuration
notify:
- 'opcache-exporter-restart'
tags: ['prometheus_opcache_exporter']