Skip to content

Move generation of service credentials to a single role

ale requested to merge drop-x509pki-role into master

Since Ansible doesn't really have first-class modules, parametrizing dependencies is a problem. By leveraging services.yml we can instead generate all service credentials at once within a single role, simplifying the dependency structure, and solving the problem of credentials for docker-based roles.

Merge request reports