ansible/books/monitoring.yml

13 lines
233 B
YAML
Raw Normal View History

2021-09-05 22:51:19 +02:00
#!/usr/bin/env ansible-playbook
---
2021-09-21 14:53:25 +02:00
- hosts: prometheus_servers
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
- hosts: all, !tests,
roles:
- prometheus-node-exporter