Set local only access for Prometheus and Traefik

This commit is contained in:
2020-09-11 23:16:02 -04:00
parent 8a9dea2ec8
commit 274d8736cb
3 changed files with 6 additions and 1 deletions

View File

@@ -2,3 +2,4 @@ prom_name: prometheus
grafana_name: grafana
prom_root: "/opt/{{ prom_name }}"
grafana_root: "/opt/{{ prom_name }}/grafana"
traefik_localonly: "192.168.1.0/24"