mirror of https://github.com/ceph/ceph-ansible.git
27 lines
774 B
Plaintext
27 lines
774 B
Plaintext
---
|
|
# Variables here are applicable to all host groups NOT roles
|
|
|
|
# This sample file generated by generate_group_vars_sample.sh
|
|
|
|
# Dummy variable to avoid error because ansible does not recognize the
|
|
# file as a good configuration file when no variable in it.
|
|
dummy:
|
|
|
|
#grafana_admin_user: admin
|
|
#grafana_admin_password: admin
|
|
# We only need this for SSL (https) connections
|
|
#grafana_crt: ''
|
|
#grafana_key: ''
|
|
#grafana_container_image: "grafana/grafana:latest"
|
|
#grafana_container_cpu_period: 100000
|
|
#grafana_container_cpu_cores: 2
|
|
# container_memory is in GB
|
|
#grafana_container_memory: 4
|
|
#grafana_uid: 472
|
|
#grafana_datasource: Dashboard
|
|
#grafana_dashboards_path: "/etc/grafana/dashboards/ceph-dashboard"
|
|
#grafana_plugins:
|
|
# - vonage-status-panel
|
|
# - grafana-piechart-panel
|
|
|