equal
deleted
inserted
replaced
31 name: "Prometheus" |
31 name: "Prometheus" |
32 ds_type: "prometheus" |
32 ds_type: "prometheus" |
33 ds_url: "http://localhost:9090" |
33 ds_url: "http://localhost:9090" |
34 grafana_url: "http://localhost:3000" |
34 grafana_url: "http://localhost:3000" |
35 is_default: yes |
35 is_default: yes |
|
36 changed_when: false |
36 |
37 |
37 - name: install grafana plugins |
38 - name: install grafana plugins |
38 become: yes |
39 become: yes |
39 grafana_plugin: name="{{item}}" |
40 grafana_plugin: name="{{item}}" |
40 loop: "{{prometheus_server_grafana_plugins}}" |
41 loop: "{{prometheus_server_grafana_plugins}}" |