Added Prometheus Stuffs

This commit is contained in:
Annika Merris 2026-06-27 13:14:42 +00:00
parent 9e4494b89b
commit 9f457f7c8c
20 changed files with 433 additions and 3 deletions

View file

@ -23,6 +23,18 @@
become: true
roles:
- adhdgirl.minilab.common
- name: Ensure proper config for Promotheus node-exporter (Alpine)
hosts: alpine
tags: monitoring,prometheus,exporter,alpine
become: true
roles:
- adhdgirl.minilab.prometheus
- name: Ensure proper config for Prometheus node-exporter (Debian)
hosts: debian,pve,!mors
tags: monitoring,prometheus,exporter,debian
become: true
roles:
- prometheus.prometheus.node_exporter
- name: Ensure docker is installed and running
hosts: docker
tags: docker
@ -70,3 +82,11 @@
become: true
roles:
- adhdgirl.minilab.frigate
- name: Configure and install Prometheus
hosts: super
tags: monitoring,prometheus
become: true
roles:
- prometheus.prometheus.prometheus
- prometheus.prometheus.snmp_exporter
- adhdgirl.minilab.grafana