ac55e08d05
These list constructions look wrong, in hindsight I'm not really sure how it works. Ansible 6 seems to barf on it. Make this one evaluated statement. Change-Id: I2a5d4926221f758501f95a8689e4304f814f405f |
||
---|---|---|
.. | ||
tasks | ||
templates | ||
README.rst |
Install authentication records for letsencrypt
Install TXT records to the acme.opendev.org
domain. This
role runs only the adns server, and assumes ownership of the
/var/lib/bind/zones/acme.opendev.org/zone.db
file. After
installation the nameserver is refreshed.
After this, letsencrypt-create-certs
can run on each
host to provision the certificates.
Role Variables
A global dictionary of TXT records to be installed. This is generated in a prior step on each host by the
letsencrypt-request-certs
role.