openstack-ansible-ops/grafana/vars/variables.yml
Kevin Carter 390314e18b
Add variables to connect ELK and Grafana
With the option to deploy grafana the following changes allow a user to
automatically connect ELK and Grafana.

Change-Id: Ic8e64a31d860940c6863f46ce558908d5ef8f8e7
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-04-13 23:08:31 -05:00

22 lines
445 B
YAML

# Grafana vars
grafana_db_name: grafana
grafana_db_user: grafana
grafana_db_password: SuperSecrete
grafana_admin_password: admin
grafana_users:
allow_sign_up: False
allow_org_create: false
auto_assign_org: false
auto_assign_org_role: Viewer
default_theme: light
grafana_security:
admin_user: admin
admin_password: "{{ grafana_admin_password }}"
grafana_address: "{{ ansible_host }}"
grafana_plugins:
- grafana-piechart-panel