Bootstrap grafana role

This commit is contained in:
Wilfried OLLIVIER 2019-07-10 17:12:40 +02:00
commit 477446c348
7 changed files with 135 additions and 0 deletions

23
defaults/main.yml Normal file
View file

@ -0,0 +1,23 @@
---
# Protocol and networking stuff
grafana_proto: http
grafana_domain: galaxy-vagrant.example.com
grafana_port: 3000
grafana_url_port: 3000
# Admmin user stuff
grafana_admin_user: admin
grafana_admin_pass: not24get
# InfluxDB datasource
influx_datasource_setup: true
datasource_name: influxdb-telegraf
influx_url: localhost
influx_proto: http
influx_port: 8086
influx_db_name: telegraf
influx_user: telegraf
influx_pass: not24get
grafana_org_id: 1
is_default: yes