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

How do I use this? #38

Closed alexlenail closed 8 years ago

alexlenail commented 8 years ago

Hello, I'm fairly new to Ansible, and in light of that I was hoping I could ask for a few additions to the README, particularly:

Thanks!

alexlenail commented 8 years ago

A slightly more specific question to my use case: If I wanted to integrate the functionality of this role into another role, how would I do so? Would it be enough to copy paste the tasks?

thefinn93 commented 8 years ago

I haven't looked at the others. When I started this, I couldn't find anything that met my needs. Ansible has since included a letsencrypt module, which would probably be a better idea to use.

alexlenail commented 8 years ago

Okay, I will use the letsencrypt module instead. I guess my last question then is: are there any reasons to use this package instead of the module?

thefinn93 commented 8 years ago

I dunno. I actually just noticed that module last week and am planning to look at it more throughly and update the README of this repo to point to it.

alexlenail commented 8 years ago

@thefinn93 let me know how this goes. I'm personally really interested -- and strangely I don't see any roles/playbooks on the ansible galaxy that use this new letsencrypt module. I'd love to hear more about this from someone who knows how this works!