This Ansible role will setup acme-tiny, a minimal ACME client for the Let's Encrypt certificate authority. It also automates the creation of certificate requests and renewal of certificates, including service restart after the certificates have been replaced.
This role requires at least Ansible v2.8.0
. To install it, run:
ansible-galaxy install ganto.acme_tiny
As there are different ways to setup :program:`acme-tiny` on the various distributions this task is not covered by the Ansible role. It has to be done manually prior to running the role.
If there is no package provided by the distribution of your choice, it can also be installed from PyPi.
pip install acme-tiny