aboutsummaryrefslogtreecommitdiff
path: root/roles/influxdb/defaults/main.yml
blob: c32f9ca5fdfe88ac953c7dcef728530983e831d7 (plain)
1
2
3
4
5
6
7
8
9
10
---
influx:
  https_enabled: false
  https_cert: '/etc/ssl/certs/ssl-cert-snakeoil.pem'
  https_key: '/etc/ssl/private/ssl-cert-snakeoil.key'

influx_dbs: []

influx_users: {}