openstack-ansible-openstack.../templates/environment.j2

11 lines
270 B
Django/Jinja

# {{ ansible_managed }}
PATH="{{ openstack_host_environment_path | join(':') }}"
{% if global_environment_variables is defined %}
{% for key, value in global_environment_variables.iteritems() %}
{% if value %}
{{ key }}={{ value }}
{% endif %}
{% endfor %}
{% endif %}