haproxy-wi/app/scripts/ansible/roles/haproxy_exporter/tasks/service-upstart.yml

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