Files @ 0b4f215b3b4e
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/templates/supervisor_site.conf.j2 - annotation

branko
MAR-108: Implemented tests for the backup_client role:

- Updated test playbook to deploy a simple script for testing pre-backup
handles.
- Added sample known_hosts to test data for comparison purposes.
- Implemented a number of tests covering common set-up, set-up using only
mandatory parameters, and set-up using optional parameters.
[program:{{ fqdn }}]
command={{ home }}/virtualenv/bin/gunicorn --bind unix:/var/run/wsgi/{{ fqdn }}/socket {% if use_paste %}--paste{% endif %} {{ wsgi_application }}
directory={{ home }}/code
user={{ user }}
group={{ user }}
autostart=true
autorestart=true
umask=0007
redirect_stderr=true
environment=HOME="{{ home }}"