Skip to content
Snippets Groups Projects
Commit f29018ed authored by ale's avatar ale
Browse files

Decouple Ansible group names from service names

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]
parent c81a0faf
Branches
No related tags found
1 merge request!202Decouple Ansible group names from service names
Showing
with 40 additions and 57 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment