Install ipmi plugin on dedicated hard
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2725|0|2725|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Mathieu Gauthier-Pilote 2024-05-06 10:58:54 -04:00 committed by mgauthier
parent e0f81f14d0
commit 3accb0442c

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: