ansible-role-grafana/templates/grafana-provisioning/datasources/datasource.yml.j2

15 lines
334 B
Plaintext
Raw Normal View History

2023-04-13 00:50:07 +02:00
---
2022-12-19 14:18:31 +01:00
apiVersion: 1
datasources:
- name: InfluxDB
version: 2
type: influxdb
access: proxy
url: http://influxdb:8086
jsonData:
defaultBucket: "{{ influxdb.bucket }}"
httpMode: POST
organization: "{{ influxdb.org }}"
version: Flux
secureJsonData:
token: "{{ influxdb.admin_token }}"