Files @ 80299693b896
Branch filter:

Location: majic-ansible-roles/roles/common/templates/pipreqcheck_requirements.txt.j2

branko
MAR-150: Use fixtures for X.509 artefacts in the wsgi_website role:

- Removed the statically generated artefacts.
- Generate X.509 artefacts for tests using Gimmecert.
- Updated paths to point to generated artefacts.
- Introduced cleanup playbook for removing generated artefacts.
1
2
3
{% for requirement in item.requirements %}
{{ requirement }}
{% endfor %}