Dmitriy Rabotyagov 77d7283703 Initial commit to uwsgi role
This is the initial commit to the development of
uwsgi role. It contains scaffolding and basic
functionality for installing uwsgi.

Change-Id: Ic3f676be40cd9dfb35dcfb42c190b7d6ba46c097
2019-08-29 16:54:17 +03:00

893 B

OpenStack-Ansible uWSGI role

This role installs uwsgi service either inside it's own virtualenv or with the system python and creates systemd services based on the provided definitions inside variable uwsgi_services.

To clone or view the source code for this repository, visit the role repository for uwsgi.

Default variables

../../defaults/main.yml

Example playbook

../../examples/playbook.yml

Tags

This role supports two tags: uwsgi-install and uwsgi-config. The uwsgi-install tag can be used to install and upgrade. The uwsgi-config tag can be used to manage configuration and systemd services.