src.nth.io/

summaryrefslogtreecommitdiff
path: root/prometheus/server
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-07-02 15:37:26 -0500
committerLuke Hoersten <[email protected]>2022-07-02 15:37:26 -0500
commita1d4d327172c6beac240146928bf2be98b58d65d (patch)
tree9f3bc3a8b566d6dc5a841cff24d31d2806d0a596 /prometheus/server
parent8b07bc2f2bfb4c8aa95420f65c0ecd7924994b9d (diff)
Version updates.
Diffstat (limited to 'prometheus/server')
-rw-r--r--prometheus/server/tasks/main.yaml20
1 files changed, 11 insertions, 9 deletions
diff --git a/prometheus/server/tasks/main.yaml b/prometheus/server/tasks/main.yaml
index 10d67a5..ae66ffe 100644
--- a/prometheus/server/tasks/main.yaml
+++ b/prometheus/server/tasks/main.yaml
@@ -25,15 +25,17 @@
become: yes
systemd: name="grafana-server.service" enabled="yes" state="started"
-- name: install grafana prometheus data source
- become: yes
- grafana_datasource:
- name: "Prometheus"
- ds_type: "prometheus"
- ds_url: "http://localhost:9090"
- grafana_url: "http://localhost:3000"
- is_default: yes
- changed_when: false
+### TODO: This is broken and not sure why. Started having errors one day. I
+### supect bug with anisble module
+# - name: install grafana prometheus data source
+# become: yes
+# grafana_datasource:
+# name: "Prometheus"
+# ds_type: "prometheus"
+# ds_url: "http://localhost:9090"
+# grafana_url: "http://localhost:3000"
+# is_default: yes
+# changed_when: false
- name: install grafana plugins
become: yes