Files @ 0004ec73b902
Branch filter:

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

branko
MAR-28: Implemented scaffolding for testing the mail_server role:

- Added Molecule configuration.
- Added test playbook.
- Restart Postfix for truststore changes.
- Added test data (private keys and certificates).
- Fixed small documentation inaccuracy.
1
2
3
{% for var, val in environment_variables.iteritems() %}
export {{ var }}='{{ val }}'
{% endfor %}