monitoring: Add MQTT exporter config for the Bambu printer

This commit is contained in:
polyfloyd 2024-07-15 00:32:50 +02:00
parent ea3b17ef2d
commit 0ab35571b9
3 changed files with 28 additions and 0 deletions

View file

@ -10,6 +10,7 @@
- name: Install apt dependencies
ansible.builtin.apt:
name:
- jq
- python3-paho-mqtt
- python3-prometheus-client
- python3-yaml