
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
PKI role for OpenStack-Ansible
Ansible role to install Public Key Infrastructure.
- Documentation for the project can be found at:
- Release notes for the project can be found at:
- The project source code repository is located at:
- The project home is at:
- The bugs is at:
Description
Languages
Python
100%