tripleo-heat-templates/releasenotes/notes/extra_group_vars-aafa71945882442f.yaml
Emilien Macchi e5cc47f9e2 Introduce {{role.name}}ExtraGroupVars
{{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
2020-04-04 03:49:17 +00:00

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.