Skip to content
Snippets Groups Projects
Select Git revision
0 results

reference.md

Blame
    • ale's avatar
      f29018ed
      Decouple Ansible group names from service names · f29018ed
      ale authored
      The Ansible group name is normalized to a valid Python identifier ('_'
      replaces '-', for now, as the only normalization). As a consequence we
      can no longer use groups[service_name] syntax, but should switch to
      either
      
          services[service_name].hosts
      
      or
      
          groups[services[service_name].group_name]
      f29018ed
      History
      Decouple Ansible group names from service names
      ale authored
      The Ansible group name is normalized to a valid Python identifier ('_'
      replaces '-', for now, as the only normalization). As a consequence we
      can no longer use groups[service_name] syntax, but should switch to
      either
      
          services[service_name].hosts
      
      or
      
          groups[services[service_name].group_name]
    graph_test.go NaN GiB