add support for config options and nginx
This commit is contained in:
parent
b72c63dfb5
commit
dbb533424f
5 changed files with 656 additions and 3 deletions
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue