e5cc47f9e2
{{role.name}}ExtraGroupVars (e.g. ControllerExtraGroupVars) is a new interface to override any Ansible group var for a specific role. If the group var was already defined in a service, the ExtraGroupVars will override it. Depends-On: https://review.opendev.org/717170 Change-Id: I3115ea3b1bd14979bad5e2ed45e91107ee969ca9
8 lines
223 B
YAML
8 lines
223 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduce "{{role.name}}ExtraGroupVars" which allows to define
|
|
a dictionary of Ansible group vars per role.
|
|
These extra group vars will override any pre-defined group var from a
|
|
service.
|