Files @ ec2d038c9332
Branch filter:

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

branko
MAR-107: Initial test config for role 'backup_server':

- Added Molecule configuration with two instances (for testing mandatory and
optional parameters).
- Added test playbook that sets-up the two instances.
- Added test data (SSH keys).
1
2
3
{% for var, val in environment_variables.iteritems() %}
export {{ var }}='{{ val }}'
{% endfor %}