ansible-role-pki/tasks
Jonathan Rosser 30b72fcdd9 Only create certificate destination directories once.
If installing several certs or keys to a target the destination
directory creation task is run once for each list item even if
it is the same directory every time.

This patch filters the list of targets and reduces the list of
target directories to a unique list, reducing the number of loop
iterations required.

Change-Id: I7432463dfa067afed2f46874119378bfdf96639c
2023-10-25 16:32:09 +01:00
..
standalone Add defaults for owner/group/mode on pki_install_host 2023-08-30 11:50:27 +01:00
main_ca_install.yml Refactor conditional generation of CA and certificates 2022-03-22 15:27:20 +00:00
main_ca.yml Simplify PKI host directory creation 2023-10-25 14:57:52 +01:00
main_certs.yml Only create certificate destination directories once. 2023-10-25 16:32:09 +01:00
main.yml Create CA and server certificates 2021-05-12 06:19:13 +00:00