++
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
hogweed1
2025-04-14 01:46:47 +10:00
parent 9e30d63e6a
commit d027e4674f
7 changed files with 158 additions and 108 deletions

View File

@@ -18,4 +18,25 @@
ipmi_exporter_version: "1.9.0"
- name: for proxmox monitoring
hosts: proxmoxes
gather_facts: yes
become: yes
tasks:
- name: Install the packages versions
ansible.builtin.package:
name:
- python3-pip
#state: latest
state: present
- name: Install exporer
ansible.builtin.pip:
name: prometheus-pve-exporter
break_system_packages: true