Skip to content

Releases: nickjj/ansible-nginx

v0.2.0

28 Mar 23:56
Compare
Choose a tag to compare
  • SSL protocols can be configured
  • Redirect properly sets trailing forward slash

Thanks to PRs #4 and #5.

Changes since the last release:
v0.1.6...v0.2.0

v0.1.6

18 Feb 12:47
Compare
Choose a tag to compare
  • Option to disable the custom PPA
  • Option to disable spdy
  • Option to configure server_names_hash_bucket_size

Thanks to this PR #3.

Changes since the last release:
v0.1.5...v0.1.6

v0.1.5

18 Aug 10:19
Compare
Choose a tag to compare
  • Merged #1 which introduces nginx_ssl_manage_certs (true / false)
    • Now you can enable ssl but you can use whatever means necessary to transfer the certs

Changes since the last release:
v0.1.4...v0.1.5

v0.1.4

12 Jun 21:13
Compare
Choose a tag to compare
  • Fixed a bug that caused the handlers not to execute

Changes since the last release:
v0.1.3...v0.1.4

v0.1.3

02 Jun 13:16
Compare
Choose a tag to compare
  • Fix a bug that caused testproj to be hard coded as the sites-available name
  • Change nginx_extra_locations to take a text block so it's easier to add location blocks

Changes since the last release:
v0.1.2...v0.1.3

v0.1.2

01 Jun 15:37
Compare
Choose a tag to compare
  • Use a variable to store the apt-update cache time

Changes since the last release:
v0.1.1...v0.1.2

v0.1.1

09 May 18:49
Compare
Choose a tag to compare

v0.1.0

09 May 18:11
Compare
Choose a tag to compare

View the readme to get a better understanding of what ansible-nginx does.