netdata/templates/environment.j2

6 lines
82 B
Plaintext
Raw Normal View History

# {{ ansible_managed }}
{% for k,v in config.items() %}
{{k}}={{v}}
{% endfor %}