gdamjan / ansible-uwsgi

An ansible role that compiles and installs uWSGI, in a format for ansible galaxy
https://galaxy.ansibleworks.com/list#/roles/90
BSD 2-Clause "Simplified" License
19 stars 11 forks source link

uWSGI

Installs or updates uWSGI. It'll also set the uWSGI emperor to run from a @reboot crontab entry.

The emperor will run a vassal for any .ini put in /etc/uwsgi/vassals/.

Requirements

The role is created for Debian, Ubuntu and CentOS/RHEL 6.5/7.x. The role will also install build-essential and some -dev packages that it needs to compile uWSGI. Ruby/Rack support is not available on CentOS/RHEL-6.x, but is on 7.x releases.

Role Variables

The role uses 4 variables, that you can also override:

Usage

ansible-galaxy install gdamjan.uwsgi

Also check the Ansible Galaxy about page.

License

BSD

Author and other Information

Damjan Georgievski

GitHub project page