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') }}"
|
||||
plugins:
|
||||
"grafana-piechart-panel": {}
|
||||
datasources: {}
|
||||
dashboards: {}
|
||||
datasources: []
|
||||
dashboards: []
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
grafana_password: "{{ grafana.adminpw }}"
|
||||
ds_type: "{{ item.ds_type }}"
|
||||
url: "{{ item.url }}"
|
||||
is_default: "{{ item.is_default }}"
|
||||
|
||||
|
||||
- name: import dashboards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue