Added Prometheus Stuffs
This commit is contained in:
parent
9e4494b89b
commit
9f457f7c8c
20 changed files with 433 additions and 3 deletions
20
minilab.yaml
20
minilab.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue