ansible/books/monitoring.yml

13 lines
223 B
YAML
Raw Normal View History

2021-09-05 22:51:19 +02:00
#!/usr/bin/env ansible-playbook
---
2022-07-22 12:00:06 +02:00
- hosts: prometheus
roles:
- prometheus
- prometheus-alert-manager
- grafana
- prometheus-blackbox-exporter
2021-09-05 22:51:19 +02:00
2022-07-22 12:00:06 +02:00
- hosts: monitoring
2021-09-05 22:51:19 +02:00
roles:
- prometheus-node-exporter