ansible-playbook
ansible-playbook copied to clipboard
Letsencrypt support
Would be nice to have, in my opinion. Are there any plans / ideas for it yet?
+1
Has anyone tried any of the numerous Let's Encrypt/certbot Ansible roles?
geerlingguy/letsencrypt seems to be popular.
@stevepiercy Yep, I am using that.
@rfleschenberg other than what is described the README, was there anything else to configure? Any gotchas?
@stevepiercy I need to go back to my code again and take a look. I think I did it in a rather dirty way. I will try to keep this on my radar, but if you do not hear from me within a week or so, please feel free to remind me.
@rfleschenberg reminder ping. I have a project on which I can test, then document the process and possibly update this repo, too.
I finally got around to this and have got Let's Encrypt working. I'll submit a PR after I clean it up.
I used https://galaxy.ansible.com/geerlingguy/certbot, as the author's letsencrypt library disappeared.