From a1d4d327172c6beac240146928bf2be98b58d65d Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 2 Jul 2022 15:37:26 -0500 Subject: Version updates. --- prometheus/server/tasks/main.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'prometheus') 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 -- cgit v1.2.3