bugfixe
This commit is contained in:
parent
ade0ea7048
commit
b72c63dfb5
2 changed files with 3 additions and 2 deletions
|
|
@ -2,5 +2,5 @@ grafana:
|
||||||
adminpw: "{{ lookup('password', '/dev/null') }}"
|
adminpw: "{{ lookup('password', '/dev/null') }}"
|
||||||
plugins:
|
plugins:
|
||||||
"grafana-piechart-panel": {}
|
"grafana-piechart-panel": {}
|
||||||
datasources: {}
|
datasources: []
|
||||||
dashboards: {}
|
dashboards: []
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
grafana_password: "{{ grafana.adminpw }}"
|
grafana_password: "{{ grafana.adminpw }}"
|
||||||
ds_type: "{{ item.ds_type }}"
|
ds_type: "{{ item.ds_type }}"
|
||||||
url: "{{ item.url }}"
|
url: "{{ item.url }}"
|
||||||
|
is_default: "{{ item.is_default }}"
|
||||||
|
|
||||||
|
|
||||||
- name: import dashboards
|
- name: import dashboards
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue