openstack-ansible-nspawn_hosts/templates/systemd-proxy-unit.conf.j2
Kevin Carter e97c013f67
First commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-02-08 11:39:40 -06:00

7 lines
163 B
Django/Jinja

# {{ ansible_managed }}
[Service]
{% for key, value in (deployment_environment_variables | default({})).items() %}
Environment={{ key }}={{ value }}
{% endfor %}