Skip to content

Releases: f500/ansible-nginx

v3.8.0

08 Jan 09:37
Compare
Choose a tag to compare
use a hardcoded elliptic curve for DH

v3.7.0

03 Oct 12:25
e9b4e2c
Compare
Choose a tag to compare
Updates README.md with proper distributions

v3.6.0

03 Oct 12:19
e440d90
Compare
Choose a tag to compare
Adds action to push to Galaxy

Uses trusted.gpg.d instead of trusted.gpg

12 Sep 12:02
f542a74
Compare
Choose a tag to compare
v3.5.0

Uses trusted.gpg.d instead of trusted.gpg

Adds -dsaparam option to openssl command

12 Sep 11:34
d3db0c7
Compare
Choose a tag to compare

No more TLS1 and TLS1.1 in the defaults

08 Jul 14:06
8ac0c82
Compare
Choose a tag to compare
Merge pull request #11 from f500/remove-older-tls-versions

Remove TLS versions 1 and 1.1 from defaults

v3.1.4

21 Apr 12:03
84248ef
Compare
Choose a tag to compare
Update main.yml

v3.1.3

11 Jun 06:55
a6bb054
Compare
Choose a tag to compare
Ansible deprecation warning

Python 3 compatability

29 Oct 12:56
55840be
Compare
Choose a tag to compare
Merge pull request #10 from f500/python3

use items instead of iteritems to make the role compatible with python 3

Idempotent default server removal

11 Oct 11:53
Compare
Choose a tag to compare

When using the flag nginx_set_default_server, a default.conf file is written that returns a 404 on everything. But due to the preceding "state-absent" task, this was not idempotent, and would result in
remove and add on every provisioning run.