Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • registry-mirror
  • nginx-default-site
  • acmeserver2
  • clickhouse
  • improve-dns-toplevel-probes
  • tabacco-in-container
  • rsyslog-modern-json
  • improve-service-discovery
  • prometheus-external-healthchecks
  • env-vars-in-include-paths
  • dns-resolver
  • service-turndown
  • use_proxy_protocol
  • loki
  • docs_operating
  • net-overlay_firewall_containers
  • webdiff
18 results

install_certs.yml

Blame
    • ale's avatar
      081d2397
      Streamline credential generation with single-level Ansible loops · 081d2397
      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.
      081d2397
      History
      Streamline credential generation with single-level Ansible loops
      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.