ansible/books/monitoring.yml

13 lines
219 B
YAML
Raw Normal View History

2021-09-05 22:51:19 +02:00
#!/usr/bin/env ansible-playbook
---
2022-07-21 15:19:24 +02:00
- hosts: prometheus
2021-09-05 22:51:19 +02:00
roles:
- prometheus
2021-10-06 13:24:58 +02:00
- prometheus-alert-manager
2021-09-22 15:05:43 +02:00
- grafana
2021-10-07 22:53:28 +02:00
- prometheus-blackbox-exporter
2021-09-05 22:51:19 +02:00
2022-07-21 15:19:24 +02:00
- hosts: server
2021-09-05 22:51:19 +02:00
roles:
- prometheus-node-exporter