mirror of https://github.com/Aidaho12/haproxy-wi
12 lines
233 B
YAML
12 lines
233 B
YAML
![]() |
---
|
||
|
- name: upstart service
|
||
|
become: true
|
||
|
template:
|
||
|
src: "haproxy_exporter.upstart.j2"
|
||
|
dest: "/etc/init/haproxy_exporter.conf"
|
||
|
owner: root
|
||
|
group: root
|
||
|
mode: "u=rw,go=r"
|
||
|
notify:
|
||
|
- restart haproxy_exporter
|