haproxy: Munin plugin need a Debian Package

This commit is contained in:
Victor LABORIE 2018-02-13 16:49:24 +01:00
parent 2727a6dfa1
commit cbf64417bf

View file

@ -1,8 +1,16 @@
---
- name: Install Munin plugin
apt:
name: munin-plugins-extra
state: present
tags:
- haproxy
- name: Enable Munin Haproxy plugins
file:
src: /usr/share/munin/plugins/haproxy_ng
dest: /etc/munin/plugins/haproxy_ng
force: yes
state: link
notify: restart munin-node
tags: