Skip to content
Snippets Groups Projects

Unify uwsgi python

Merged Hinrikus Wolf requested to merge unify_uwsgi_python into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -80,7 +80,7 @@ Create for every instance <inventory_dir>/vars/<instance_name>.yml a variable in
@@ -80,7 +80,7 @@ Create for every instance <inventory_dir>/vars/<instance_name>.yml a variable in
Define in your host_vars/<host> the dictionary `webapps`
Define in your host_vars/<host> the dictionary `webapps`
webapps:
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
Loading