Skip to content

Commit

Permalink
add grafana_plugins_ops. For example allow_loading_unsigned_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
VVolodin committed Aug 25, 2023
1 parent ef7a054 commit 009cd36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/grafana/templates/grafana.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ root_url = {{ grafana_url }}
{% endif %}
{% endfor %}

# Plugins
{% if grafana_plugins_ops is defined %}
[plugins]
{% for k,v in grafana_plugins_ops.items() %}
{{ k }} = {{ v }}
{% endfor %}
{% endif %}

# Remote cache
[remote_cache]
{% for k,v in grafana_remote_cache.items() %}
Expand Down

0 comments on commit 009cd36

Please sign in to comment.