Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Releases: jdauphant/ansible-role-nginx

v2.17: Upgrade to ansible 2.4 (#188)

05 Apr 09:17
Compare
Choose a tag to compare
* replace include: with import_tasks:

* fix yamllint issues

* update ansible in meta and readme

v2.15.2

23 Mar 12:42
Compare
Choose a tag to compare
Prefix keep_only_specified with nginx_ (#212)

v2.15.1: Revert "Change user, as which nginx is running (#209)" (#210)

17 Mar 12:33
Compare
Choose a tag to compare
This reverts commit b90cc285dda400f617ce2adb7d38b9646accd15c.

v2.15

16 Mar 20:02
Compare
Choose a tag to compare
Change user, as which nginx is running (#209)

v2.14: Add possibility to not enable the sites that we don't want to be enab…

11 Feb 20:40
Compare
Choose a tag to compare
…led (#201)

* Do not enable the sites that we don't want to be enabled

If a site is mentioned in nginx_disabled_sites list, then
no link to .conf file is created in 'sites-availiable'

* Add default empty value for nginx_disabled_sites

v2.13: Add optional support for autogenerated CloudFlare real ip configurati…

04 Jan 21:34
Compare
Choose a tag to compare
…on (#193)

* FIX the 'Syntax Error while loading YAML script' error

* Add optional support for autogenerated CloudFlare real ip configuration

v2.12.3

13 Dec 16:24
Compare
Choose a tag to compare
Fix removal of configs and snippets (#200)

v2.12.2: Fix #196 put back the group on basic auth file (#197)

22 Nov 15:00
Compare
Choose a tag to compare
group on basic auth file have been removed by the previous commit, but
it imply the error
   open() "/etc/nginx/auth_basic/foo" failed (14: Permission denied)

Add it back in order to allow nginx to read the basif auth file

v2.12.1: Fix directory user/group on FreeBSD (#195)

21 Nov 09:10
Compare
Choose a tag to compare
* Fix directory user/group on FreeBSD

* Remove unecessary file permissions

v2.12

27 Oct 15:57
Compare
Choose a tag to compare
added template support for streams. (#192)