aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/etc/rabbitmq/rabbitmq-env.conf.j2
blob: 60dfa328ae88136da0cc32bd864c59314dd63b63 (plain) (blame)
1
2
3
4
5
6
# {{ ansible_managed }}
# Note that the variables do not have the RABBITMQ_ prefix.
#
{% for key, value in rabbitmq_env_config.items() %}
{{ key }}={{ value }}
{% endfor %}