1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00
ansible-collection-prometheus/roles/ipmi_exporter/tasks/install.yml

16 lines
449 B
YAML
Raw Normal View History

2023-02-14 02:26:13 +01:00
---
- name: Add repo.s3lph.me key
ansible.builtin.apt_key:
url: https://repo.s3lph.me/debian/repo.s3lph.me.gpg
keyring: /etc/apt/trusted.gpg.d/repo.s3lph.me.gpg
- name: Add repo.s3lph.me
ansible.builtin.apt_repository:
filename: repo.s3lph.me.list
repo: deb https://repo.s3lph.me/debian stable main
- name: Install prometheus-ipmi-exporter from system package sources
ansible.builtin.apt:
name: prometheus-ipmi-exporter