14 lines
359 B
YAML
Raw Normal View History

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:
- 'prometheus | phpfpm exporter | restart service'