Skip to content
Snippets Groups Projects
Commit cb2ea6c4 authored by Lars Beckers's avatar Lars Beckers
Browse files

add samba-migration-webapp to uwsgi-python

parent 12a44532
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
......@@ -21,3 +21,6 @@
- name: restart uwsgi instance sso
service: name="uwsgi@sso" state=restarted
- name: restart uwsgi instance migration-webapp
service: name="uwsgi@migration-webapp" state=restarted
......@@ -174,6 +174,9 @@
mode: 0640
notify:
- "restart uwsgi instance {{ app.instance }}"
when:
- app_config_file is defined
- app_config_file != ''
tags:
- uwsgi-app
- "{{ app.app }}"
......
app_name: migration-webapp
app_user: migration-webapp
app_group: migration-webapp
app_home: /var/www/samba-migration-webapp
app_path: /var/www/samba-migration-webapp/program
app_python_version: 3
app_venv: /var/www/samba-migration-webapp/program
app_program: server.py
app_callable: app
app_command: "runserver"
app_mountpoint: /
app_db_name: ''
app_db_type: ''
app_additional_software: []
app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/samba-migration"
app_git_url: "git@git.fsmpi.rwth-aachen.de:infra/samba-migration-webapp.git"
app_git_version: HEAD
app_config_file: ''
app_secret_config: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment