Skip to content
  • ale's avatar
    Streamline credential generation with single-level Ansible loops · c6693829
    ale authored
    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.
    c6693829