system-config/playbooks/roles/letsencrypt-config-certcheck
Ian Wienand fdb68ed81a
letsencrypt-request-certs: refactor certcheck list
In Ansible 6 this doesn't come out as a list.  Refactor this into a
more jinja-y pipeline that should do a better job of it.

Change-Id: I5684291047a3e1000cd38ba33a951bed9fa3081f
2022-11-23 08:26:28 +11:00
..
defaults Generate ssl check list directly from letsencrypt variables 2020-05-20 14:27:14 +10:00
tasks letsencrypt-request-certs: refactor certcheck list 2022-11-23 08:26:28 +11:00
templates Generate ssl check list directly from letsencrypt variables 2020-05-20 14:27:14 +10:00
README.rst Generate ssl check list directly from letsencrypt variables 2020-05-20 14:27:14 +10:00

Generate SSL check list

This role automatically generates a list of domains for the certificate validation checks. This ensures our certificates are valid and are being renewed as expected.

This role must run after letsencrypt-request-certs role, as that builds the letsencrypt_certcheck_domains variable for each host and certificate. It must also run on a host that has already run the install-certcheck role.

Role Variables