Files @ 4b5ca3dcf102
Branch filter:

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

branko
MAR-197: Implement environment indicator for the web_server role:

- Now the environment indicator will also cover the default landing
page for the web server.
- Tweaked the landing page to look a bit better in terms of
margins (particularly important for the environment indicator).
1
2
3
{% for var, val in environment_variables | dictsort %}
export {{ var }}='{{ val }}'
{% endfor %}