Skip to content

Streamline credential generation with single-level Ansible loops

ale requested to merge faster-credentials into master

This makes the credentials role significantly faster, Ansible is not good at optimizing loops that go across an include_tasks directive.

We pre-generate some simple lists in float.py for service credentials that are enabled on each host, to simplify the iteration when generating certificates.

Merge request reports