prometheus/tasks/exporter/opcache.yml

15 lines
383 B
YAML
Raw Normal View History

2022-01-05 15:44:39 +01:00
---
2022-11-11 23:51:52 +01:00
- include_tasks: _common.yml
tags: ['prometheus_opcache']
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:
- 'prometheus | opcache exporter | restart service'