mirror of
https://git.brainsys.io/ansible-roles/prometheus.git
synced 2026-06-13 06:09:47 +00:00
16 lines
411 B
YAML
16 lines
411 B
YAML
---
|
|
- 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']
|