Compare commits

...

1 commit

Author SHA1 Message Date
Mathieu Gauthier-Pilote 3accb0442c Install ipmi plugin on dedicated hard 2024-05-06 17:07:34 +02:00

View file

@ -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: