ansible-infra/ansible_collections/grafana/grafana/roles/alloy/templates/alloy.j2
Stefan Bethke 2aed20393f
Some checks failed
/ Ansible Lint (push) Failing after 5m45s
/ Ansible Lint (pull_request) Failing after 4m59s
Vendor Galaxy Roles and Collections
2026-02-06 22:07:16 +01:00

10 lines
284 B
Django/Jinja

# Ansible Managed
{% if alloy_env_file_vars.CONFIG_FILE is not defined or alloy_env_file_vars.CONFIG_FILE | length < 1 %}
CONFIG_FILE="/etc/alloy/config.alloy"
{% endif %}
RESTART_ON_UPGRADE=true
{% for key, value in alloy_env_file_vars.items() %}
{{ key}}="{{value}}"
{% endfor %}