Merge pull request 'Install ipmi plugin on dedicated hard' (#178) from munin_ipmi into unstable
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2745|0|2745|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

Reviewed-on: #178
This commit is contained in:
Jérémy Dubois 2024-06-10 16:06:08 +02:00
commit 4b0e088090

View file

@ -47,6 +47,7 @@
loop:
- dhcp_pool
- linux-psi
- ipmi_
tags:
- munin
@ -108,6 +109,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: