thefinn93 / ansible-letsencrypt

An ansible role to generate TLS certificates and get them signed by Let's Encrypt
GNU General Public License v3.0
440 stars 122 forks source link

Versioning #31

Open prydie opened 8 years ago

prydie commented 8 years ago

It would be preferable to have the role versioned (GH releases and on Ansible Galaxy) so that users can be confident that changes aren't going to affect their projects silently.

mikolak-net commented 8 years ago

In the meantime, a workaround is adding the Git HTTPS URL as src, and the designated commit hash as version in your requirements.yml.

That at least reduces the risk of provisioning failing because of a new commit being pushed in the meantime (appears to be somewhat esoteric knowledge, so including it here).