Files
tripleo-common/tripleo_common/templates/group_var_role.j2
James Slagle 6d74a843b5 Per server deployments instead of per role
The ansible variables containing the list of deployment names that apply
to each server are now written as individual host_vars instead of
group_vars. This change handles the case where a deployment only applies
to a single server (or subset of servers) within a role instead of
applying to all servers in that role.

Change-Id: I06e8de7a81d06445768b729bf9a8e8b58455415f
Closes-Bug: #1798895
2018-10-23 08:57:05 -04:00

4 lines
73 B
Django/Jinja

{% for k,v in role_group_vars.items() %}
{{ k }}: {{ v }}
{% endfor %}