
This is the initial commit to the development of uwsgi role. It contains scaffolding and basic functionality for installing uwsgi. Change-Id: Ic3f676be40cd9dfb35dcfb42c190b7d6ba46c097
12 lines
227 B
YAML
12 lines
227 B
YAML
---
|
|
- name: Install uwsgi service
|
|
hosts: localhost
|
|
user: root
|
|
roles:
|
|
- role: "uwsgi"
|
|
vars:
|
|
uwsgi_services:
|
|
api:
|
|
wsgi_path: /openstack/venvs/api/bin/wsgi-api
|
|
wsgi_venv: /openstack/venvs/api
|