Skip to content
Snippets Groups Projects

Unify uwsgi python

Merged Hinrikus Wolf requested to merge unify_uwsgi_python into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -84,3 +84,8 @@ Define in your host_vars/<host> the dictionary `webapps`
@@ -84,3 +84,8 @@ Define in your host_vars/<host> the dictionary `webapps`
- instance: <instancen_name>
- instance: <instancen_name>
app: <app_name>
app: <app_name>
app_vars: "<instance_name>.yml" <-- path to variable file from above
app_vars: "<instance_name>.yml" <-- path to variable file from above
 
 
! Note, it very important, to add the handler
 
 
- name: restart uwsgi instance <instance_name>
 
service: name="uwsgi@<instance_name>" state=restarted
Loading