aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/etc/rabbitmq/rabbitmq-env.conf.j2
blob: 8eff6f38c360f2676c5f7777144cbc9c0ac8ca58 (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.iteritems() %}
{{ key }}={{ value }}
{% endfor %}