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
d0665470
Commit
d0665470
authored
Apr 08, 2021
by
Hinrikus Wolf
Browse files
Merge branch 'pretix-tmpexec' into 'master'
Remount /tmp exec for pretix pip installation See merge request
!17
parents
033d86e7
09591109
Pipeline
#2965
passed with stage
in 1 minute and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
uwsgi-python/tasks/app.yml
View file @
d0665470
...
...
@@ -202,6 +202,10 @@
-
"
{{
app.app
}}"
-
"
{{
app.instance
}}"
-
name
:
remount /tmp exec
# noqa 303 503
command
:
mount -o rw,remount,exec /tmp
when
:
app_exectmp|default(false)
-
name
:
ensure we have a virtualenv
# noqa 403
pip
:
requirements
:
"
{{
app_path
}}/{{
app_requirements_file
}}"
...
...
@@ -238,6 +242,10 @@
-
"
{{
app.app
}}"
-
"
{{
app.instance
}}"
-
name
:
remount /tmp exec
# noqa 303 503
command
:
mount -o rw,remount,noexec /tmp
when
:
app_exectmp|default(false)
-
name
:
Create bundler directories with user permissions
file
:
path
:
"
{{
item
}}"
...
...
uwsgi-python/vars/pretix.yml
View file @
d0665470
...
...
@@ -42,6 +42,7 @@ app_git_version: 'stable' # release/2.4.x
app_git_pip
:
true
app_git_pip_query
:
'
#egg=pretix&subdirectory=src'
app_requirements_file
:
'
'
app_exectmp
:
true
app_config_file
:
'
pretix.cfg'
app_secret_config
:
false
...
...
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