nickjj / ansible-nginx

Install and configure nginx (SSL A+ by default) with Ansible.
MIT License
73 stars 37 forks source link

[New "nginx_ssl_manage_certs" variable] #1

Closed oskarpearson closed 10 years ago

oskarpearson commented 10 years ago

Added a new "nginx_ssl_manage_certs" variable that makes the process of copying certificates to the remote machine optional, while still allowing the user to enable SSL.

This means that users can run a 'vault' based SSL key copying mechanism, while still using this role.

nickjj commented 10 years ago

This seems reasonable. Thanks for the contribution.

v0.1.5 is released with your patch: https://github.com/nickjj/ansible-nginx/releases/tag/v0.1.5

v0.1.5 is also available on the galaxy: https://galaxy.ansible.com/list#/roles/856