This ansible role creates an ACME certificate using Let's Encrypt.
This an example of how to install this role:
- hosts: server
roles:
- { role: 'grycap.acme_cert', cert_dns_name: 'some.example.com' }
In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request. Thanks