All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
ACME DNS Client Role
This role can be used in playbooks to install the client part of the acme-dns server.
What is does
- Deploys the acme-dns-client (for registration with server and certbot) and the dehydrated hook.
- Runs acme-dns-client for the given domains.
- Checks whether the CNAME record has been set. Only when this is done, you should continue with getting a cert with certbot/dehydrated.
Variables
domains
is a list of domains which shall be registered.acme_dns_server
is the acme-dns server. This defaults to the FSFE's instance.
Description
Languages
Python
100%