Files @ 998aab91d6b4
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/site.yml - annotation

branko
MAR-33: Implemented tests for the wsgi_website role:

- Updated test playbook to have better coverage of functionality.
- Fixed some additional permission mode issues (leading zero).
- Use expanded syntax for deploying TLS material in order to avoid mangling of
TABs.
- Implemented proper WSGI applications in order to test everything.
- Implemented tests covering mandatory parameters, optional parameters, and the
use of WSGI requirements/Paster.
1
2
3
4
5
6
7
8
9
---

- include: preseed.yml
- include: ldap.yml
- include: xmpp.yml
- include: mail.yml
- include: web.yml
- include: backup.yml
- include: ws.yml