added support to specify database for datasources
This commit is contained in:
parent
9d725c24e1
commit
5cb6e458be
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@
|
||||||
grafana_user: "admin"
|
grafana_user: "admin"
|
||||||
grafana_password: "{{ grafana.adminpw }}"
|
grafana_password: "{{ grafana.adminpw }}"
|
||||||
ds_type: "{{ item.value.ds_type }}"
|
ds_type: "{{ item.value.ds_type }}"
|
||||||
|
database: "{{ item.value.database|d(omit) }}"
|
||||||
url: "{{ item.value.url }}"
|
url: "{{ item.value.url }}"
|
||||||
is_default: "{{ item.value.is_default }}"
|
is_default: "{{ item.value.is_default }}"
|
||||||
tls_ca_cert: "{{ item.value.tls_ca_cert|d(omit) }}"
|
tls_ca_cert: "{{ item.value.tls_ca_cert|d(omit) }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue