prometheus/tasks/exporter/opcache.yml
2022-11-11 23:51:52 +01:00

15 lines
383 B
YAML

---
- include_tasks: _common.yml
tags: ['prometheus_opcache']
- 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:
- 'prometheus | opcache exporter | restart service'