Add monitoring host with prometheus role

This commit is contained in:
2026-01-15 22:59:18 -07:00
parent 05a4aa111f
commit f7c1caa678
11 changed files with 122 additions and 0 deletions

6
ansible/monitoring.yaml Normal file
View File

@@ -0,0 +1,6 @@
---
# file: pangolin.yaml
- hosts: monitoring
roles:
- common
- prometheus