Skip to content

Releases: Kwpolska/ansible-nginx-uwsgi

v2.4

20 Feb 22:15
v2.4
8ca6646
Compare
Choose a tag to compare

Modernize supported distros list.

  • Added: Fedora up until 35
  • Added: AlmaLinux 8, Rocky Linux 8 (RHEL8-like )
  • Added: Debian 11 (bullseye)
  • Dropped official support for ancient distros: Debian 9, Ubuntu 16.04 LTS, Fedora before 33 (they are still likely to work, but not covered by CI)

v2.3

01 May 20:52
v2.3
7e5a554
Compare
Choose a tag to compare

Support for Fedora 32 (updated nginx-uwsgi.pp).

v2.2

24 Apr 13:24
v2.2
88a07a0
Compare
Choose a tag to compare

Documentation update:

  • Ubuntu 20.04 LTS is officially supported
  • Module table was updated to match the tutorial and to be more readable

v2.1

19 Feb 22:04
v2.1
0e138d5
Compare
Choose a tag to compare

Don’t use venv --prompt on old Debian/Ubuntu versions due to lack of support on older Python versions.

v2.0

18 Feb 19:33
v2.0
21864d6
Compare
Choose a tag to compare

Use a separate /srv/myapp/venv directory instead of making /srv/myapp a venv. This helps with in-place Python upgrades. Virtual environments should be considered ephemeral, so they are easy to recreate with 2 commands in under 10 minutes. This change helps with that (previously, deleting the venv required manually identifying its files.)

v1.8

29 Sep 18:52
v1.8
a9b393e
Compare
Choose a tag to compare

Fix Fedora failures due to CentOS change

v1.7

29 Sep 17:48
v1.7
5b3be6c
Compare
Choose a tag to compare

Use Python 3.6 on CentOS 7

v1.6

28 Sep 21:27
v1.6
d71a84d
Compare
Choose a tag to compare

Use venv instead of virtualenv to make installation easier and cleaner

v1.5

06 Jul 11:27
v1.5
Compare
Choose a tag to compare

Ansible compatibility fixes (group in hosts renamed to nginx_uwsgi)

v1.4

08 Aug 10:13
v1.4
01ec031
Compare
Choose a tag to compare
  • Support for disabled SELinux (#2)