--- # grafana_version: # grafana_secret_key: <--- pwgen -s 64 -1 grafana_root_url: "%(protocol)s://%(domain)s:%(http_port)s/grafana" grafana_config_server: http_addr: localhost http_port: 3000 root_url: "{{ grafana_root_url }}" serve_from_sub_path: true grafana_config_analytics: reporting_enabled: false check_for_updates: false grafana_config_security: secret_key: "{{ grafana_secret_key }}" disable_gravatar: true grafana_config_users: allow_sign_up: false allow_org_create: false grafana_datasources: [] # - name: "Prometheus" # type: "prometheus" # access: "proxy" # url: "http://prometheus.mydomain" # basicAuth: true # basicAuthUser: "admin" # isDefault: true # secureJsonData: # basicAuthPassword: "password" # jsonData: # tlsAuth: false # tlsAuthWithCACert: false # tlsSkipVerify: true grafana_dashboards: [] # - file: node-full # datasource: "Prometheus" # - file: chrony # datasource: "Prometheus" # - file: environment-sensors # datasource: "Prometheus" # - content: '... json-data ...' # name: bar # datasource: "Graphite" # - id: 19 # revision: 3 # datasource: "Foo" grafana_admin_password: "{{ undef(hint='Please specify the password for the grafana admin user') }}" grafana_users: {} # foo: # password: somewhat-secret # name: Foo Bar # email: foo@bar.com # root: # password: very-secret # name: The Root # email: root@toor.com # is_admin: yes