1
0
Fork 0

Add postgres exporter role

This commit is contained in:
Julian-Samuel Gebühr 2023-05-13 17:32:49 +02:00
parent 4eb71df91a
commit 82a6bd5192
2 changed files with 5 additions and 0 deletions

View file

@ -112,6 +112,9 @@
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-peertube.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-peertube.git
version: v5.1.0-3 version: v5.1.0-3
name: peertube name: peertube
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-postgres-exporter.git
version: v0.12.0-0
name: peertube
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git
version: v2.43.0-0 version: v2.43.0-0
name: prometheus name: prometheus

View file

@ -106,6 +106,8 @@
- role: galaxy/peertube - role: galaxy/peertube
- role: galaxy/postgres-exporter
- role: galaxy/prometheus - role: galaxy/prometheus
- role: galaxy/prometheus_node_exporter - role: galaxy/prometheus_node_exporter
- role: galaxy/prometheus_blackbox_exporter - role: galaxy/prometheus_blackbox_exporter