Files @ 4a23a2f7f56a
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/templates/environment.sh.j2 - annotation

branko
MAR-151: Update/fix test site wsgihello2 role:

- Include six as dependency for ipcalc (bug in packaging of ipcalc).
- Updated requirements for the application.
- Specify the wsgi_requirements_in parameter, and update the
wsgi_requirements parameter.
1
2
3
{% for var, val in environment_variables | dictsort %}
export {{ var }}='{{ val }}'
{% endfor %}