16 lines
411 B
YAML
Raw Permalink Normal View History

2022-01-05 15:44:39 +01:00
---
2023-07-20 15:40:35 +02:00
- include_tasks: ../common.yml
2022-11-16 11:30:49 +01:00
tags: ['prometheus_opcache_exporter']
2022-01-05 15:44:39 +01:00
2022-11-11 21:08:07 +01:00
- name: 'opcache exporter | configuration'
2022-01-05 15:44:39 +01:00
template:
2022-01-05 16:08:37 +01:00
src: conf/prometheus-opcache-exporter.j2
dest: /etc/default/prometheus-opcache-exporter
2022-01-05 15:44:39 +01:00
owner: root
group: root
mode: 0600
2022-01-05 16:08:37 +01:00
register: prometheus_opcache_exporter_configuration
2022-11-11 19:10:30 +01:00
notify:
2023-02-10 11:13:37 +01:00
- 'opcache-exporter-restart'
2022-11-16 11:30:49 +01:00
tags: ['prometheus_opcache_exporter']