remove whitelisting of hosts in prome-grafana play

This commit is contained in:
2026-08-05 20:54:50 +02:00
parent b9b02edf3e
commit 5d01d6555b
+1 -1
View File
@@ -1,6 +1,6 @@
---
- name: Install prometheus & grafana using Docker
hosts: grafana
hosts: all
vars:
prometheus_version: "latest"
grafana_version: "latest"