Unify uwsgi python
Merge request reports
Activity
46 43 {% else %} 47 44 plugin = {{uwsgi_python_plugin|mandatory}}{# or add new python versions here #} 48 45 {% endif %} 49 virtualenv = {{uwsgi_venv|default(uwsgi_path)}} 50 wsgi-file = {{uwsgi_path}}/{{uwsgi_program}} 51 callable = {{uwsgi_callable}} 52 pyargv = {{uwsgi_program}} {{uwsgi_command}} 46 virtualenv = {{app_venv|default(app_path)}} 47 wsgi-file = {{app_path}}/{{app_program}} 48 callable = {{uapp_callable}} added 52 commits
-
4011288a...7320cf92 - 5 commits from branch
master
- 98c27573 - new uwsgi-python role with unified deployment
- 6fff73af - fix #note_3366
- 7de8abf9 - rum probiert
- 0b578902 - refactor role, up to a reported bug
- 5f1c19b1 - uwsgi: uncoment stuff
- 4b05d968 - make role work again
- 4e0a7442 - make integration test pass, now
- 00d6901a - start the documentation
- fb7435a0 - start clean-up
- ad2e6bed - correct use of pip/virtualenv module
- 43eff831 - remove tempdir from main.yml, because its already in app.yml
- b42512ea - move lehrpreis to new uwsgi role
- 77303380 - add tags to the app-task
- 267a8f12 - improve app-task s.t. a uwsgi-app can run without a database
- 0124fc47 - migrate schildergenerator role
- 56e520e6 - update documentation of uwsgi-python
- e086429e - improve syntax of readme
- 7f0d5047 - update docu, there was this stupid things with the handlers :/
- 94f94e7d - migrate sso role
- f285bcf1 - fix command variable in lehrpreis
- 8cf6e06a - add samba-migration-webapp to uwsgi-python
- 4d1697ff - Add option for more secret keys in secret config
- 1fa9e88a - Fix schilder app
- ae179467 - Add loop control label for apps and instances
- a076ebf7 - Rename uwsgi option variables to app_*
- 845e0ea9 - Add protokollsystem to app
- 85b00f92 - Remove specific protokollsystem role
- fadadc0a - Add forgotten celery service template again
- 1ce5a66a - add meckerkasten to uwsgi_python
- c014f74a - add nfs-api to uwsgi-python
- 3a111df5 - include instance's app_vars only if defined
- 596537c3 - add printercount to uwsgi-python
- 9ebcaa76 - add gnt-web to uwsgi-python
- 9ded123f - uwsgi-python: add app-vars defaults file
- 6d07b0ce - uwsgi-python: add isic printing form
- 10a6b454 - uwsgi-python: add repo-sync service
- 464ded8d - uwsgi-python: add mail-api of our user-scripts
- 7ac8dbb9 - uwsgi-python: add wahlhelfer and remove original role
- 9016d78f - uwsgi-python: add (old) wahlsystem
- 10f65f34 - uwsgi-python: add web-based timer app
- a58e741a - uwsgi-python: add redeleitsystem
- df0d421e - uwsgi-python: fix syntax error in redeleitsystem vars
- c2961820 - uwsgi-python: add lipclms
- d3452907 - uwsgi-python: add schrank
- 5b1a40f7 - allow unescaped '-' in instances names
- 91cad746 - fix remaining deployment bugs
- 6f58dfaf - Merge branch 'unify_uwsgi_python' of…
Toggle commit list-
4011288a...7320cf92 - 5 commits from branch
mentioned in commit 14fb4bc8
Please register or sign in to reply