add support for config options and nginx

This commit is contained in:
nd 2019-11-05 00:45:01 +01:00
parent b72c63dfb5
commit dbb533424f
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
5 changed files with 656 additions and 3 deletions

View file

@ -1,5 +1,9 @@
grafana:
adminpw: "{{ lookup('password', '/dev/null') }}"
config:
secret_key: "{{ lookup('password', '/dev/null') }}"
instance_name: "${HOSTNAME}"
root_url: "https://localhost"
plugins:
"grafana-piechart-panel": {}
datasources: []