Dmitriy Rabotyagov 241477f59e Use loop labels to suppress output
Inside loops ansible does print out each item that it iterates over.
Since we iterate over slurped certificates,
we don't really want to log them or be printed in stdout. So to
reduce output while keeping option for debug, we leverage loop_control
labels, that allow to set what exact data will be printed to stdout.

Change-Id: I36f650f986f17208cf8883d21fbc020cd29f9cd8
2023-01-12 16:07:56 +01:00
2022-05-30 16:01:09 +02:00
2023-01-12 16:07:56 +01:00
2021-05-12 06:19:13 +00:00
2021-02-03 22:37:03 +00:00
2022-12-27 17:53:06 +01:00

PKI role for OpenStack-Ansible

Ansible role to install Public Key Infrastructure.

Documentation for the project can be found at:

https://docs.openstack.org/ansible-role-pki/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/ansible-role-pki/

The project source code repository is located at:

https://opendev.org/openstack/ansible-role-pki/

The project home is at:

https://launchpad.net/openstack-ansible

The bugs is at:

https://bugs.launchpad.net/openstack-ansible

Description
Ansible role to manage SSL certificate creation and distribution
Readme 716 KiB
Languages
Python 100%