14 lines
359 B
YAML
14 lines
359 B
YAML
---
|
||
- include_tasks: _common.yml
|
||
tags: ['prometheus_phpfpm']
|
||
|
||
- name: 'phpfpm exporter | install startup script'
|
||
template:
|
||
src: scripts/prometheus-phpfpm-exporter-script.sh.j2
|
||
dest: /usr/local/bin/prometheus-phpfpm-exporter-script.sh
|
||
owner: root
|
||
group: root
|
||
mode: 0600
|
||
notify:
|
||
- 'prometheus | phpfpm exporter | restart service'
|