Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
webservices
Commits
56dc14c7
Commit
56dc14c7
authored
Dec 14, 2021
by
Robin Sonnabend
Browse files
Remove old schrank web config
parent
29a46f89
Pipeline
#3653
passed with stage
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
uwsgi-python/vars/schrank.yml
deleted
100644 → 0
View file @
29a46f89
---
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_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
:
[]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment