Skip to content
Snippets Groups Projects
Commit d3452907 authored by Lars Beckers's avatar Lars Beckers Committed by Hinrikus Wolf
Browse files

uwsgi-python: add schrank

parent c2961820
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -73,3 +73,6 @@
- name: restart uwsgi instance lipclms
service: name="uwsgi@lipclms" state=restarted
- name: restart uwsgi instance schrank
service: name="uwsgi@schrank" state=restarted
......@@ -42,7 +42,9 @@ plugin = python34
plugin = python35
{% endif %}
{% endif %}
virtualenv = {{app_venv|default(app_path)}}
{% if app_venv != '' %}
virtualenv = {{app_venv}}
{% endif %}
wsgi-file = {{app_path}}/{{app_program}}
callable = {{app_callable}}
pyargv = {{app_program}} {{app_command}}
......
app_name: schrank
app_user: schrankweb
app_group: schrankweb
app_home: /var/www/schrank
app_path: /var/www/schrank
app_python_version: 2
app_venv: ''
app_program: main/wsgi.py
app_callable: application
app_command: ''
app_mountpoint: /
app_mules: 0
app_enable_threads: false
app_harakiri: 5
app_uwsgi_options: []
app_service_env: []
# There is a mysql database named schrank, but it is unmanaged by ansible.
app_db_type: ''
app_db_name: ''
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/schrank"
app_git_url: "git@git.fsmpi.rwth-aachen.de:schrank/web.git"
app_git_version: HEAD
# There is no requirements.txt file and no other documentation (e.g. venv)
# on needed software. The settings (including secret_key and db password)
# are also checked into the repository.
app_requirements_file: ''
app_config_file: ''
app_secret_config: false
app_secret_config_keys: []
app_additional_software: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment