From 3accb0442cfdaf744528e319612bccc6fba8983a Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Mon, 6 May 2024 10:58:54 -0400 Subject: [PATCH] Install ipmi plugin on dedicated hard --- munin/tasks/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/munin/tasks/main.yml b/munin/tasks/main.yml index 53aad7d0..89054522 100644 --- a/munin/tasks/main.yml +++ b/munin/tasks/main.yml @@ -46,6 +46,7 @@ dest: '/usr/share/munin/plugins/{{ item }}' loop: - dhcp_pool + - ipmi_ tags: - munin @@ -106,6 +107,14 @@ - temp - power - volts + - amp + +- name: Ensure ipmitool is installed on dedicated hardware + ansible.builtin.apt: + name: ipmitool + state: present + when: ansible_virtualization_role == "host" + notify: restart munin-node - name: adjustments for grsec kernel ansible.builtin.blockinfile: