2021-10-05 16:52:47 +02:00
|
|
|
---
|
2022-11-11 23:51:52 +01:00
|
|
|
- include_tasks: _common.yml
|
|
|
|
tags: ['prometheus_phpfpm']
|
2021-10-05 16:52:47 +02:00
|
|
|
|
2022-11-11 21:08:07 +01:00
|
|
|
- name: 'phpfpm exporter | install startup script'
|
2021-10-05 16:52:47 +02:00
|
|
|
template:
|
|
|
|
src: scripts/prometheus-phpfpm-exporter-script.sh.j2
|
|
|
|
dest: /usr/local/bin/prometheus-phpfpm-exporter-script.sh
|
|
|
|
owner: root
|
|
|
|
group: root
|
|
|
|
mode: 0600
|
2022-11-11 19:10:30 +01:00
|
|
|
notify:
|
2022-11-14 10:58:21 +01:00
|
|
|
- 'prometheus | phpfpm exporter | restart service'
|