Releases: singleplatform-eng/ansible-role-nginx
Releases · singleplatform-eng/ansible-role-nginx
v2.1.1
2.1.0
This release adds a flag for managing nginx without installing nginx. It also deals with an issue starting the service with the proper configuration on first run.
Features:
- nginx_install flag to toggle nginx install tasks on and off
- nginx_manage flag to toggle management of nginx services on and off
Bugfixes:
- Fixed issue with handlers where the service management call would start nginx with default configs and the handler wouldn't flush again after applying the desired configuration
2.0.0
This release is a break from https://github.com/geerlingguy/ansible-role-nginx and will likely never be merged with that upstream repo.
Changes:
- geerlingguy#52: make the "server_name" directive optional
- eaf1d84: change package source to use http://nginx.org/ repo (removes FreeBSD support)
- e456841: role now manages ssl certs
- #1: unmanaged files in
nginx_conf_path
(vhosts) are removed during ansible runs