thefinn93 / ansible-letsencrypt

An ansible role to generate TLS certificates and get them signed by Let's Encrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make this an ansible galaxy role?

thermistor opened this issue · comments

Is there a reason you don't have this on galaxy? I prefer to use galaxy roles when I can.

commented

I've never used Ansible Galaxy and every time I tried I ended up getting confused. I'll try publishing this on there.

commented

Oh that was pretty simple. I clicked a button on the website and now it's magically here I think? Please confirm and close if it worked

commented

i just installed it with ansible galaxy, so it worked :)

Thanks!
As per #31 it's nice to use versioning so you can push stable releases to galaxy and people can then get the same package every time until they are ready to try an upgrade. It wasn't clear to me at first how it's done, the trick is to use tags with semantic versioning, ie. git tag -a v0.0.1 -m "Initial version" and then git push origin v0.0.1 and then go to galaxy and reimport it.

People can then pin a version in their requirements.yml as per these docs.