tripleo-common/roles/tripleo-hieradata/templates/bootstrap_node.j2
James Slagle c94ee2bbfe Add template mode to tripleo-hieradata
Add a new tasks file (hieradata_vars.yaml) to the tripleo-hieradata role
that will create the hieradata files from jinja2 templates that are
included with the role.

The templates will be rendered based off of the values of
host_vars/group_vars/inventory_vars and variable files read out of Heat.

This functionality is a start to migrating the Hiera generation out of
Heat into pure Ansible.

Change-Id: I9ccccbfee44fc7c1375dec7357ccad6cba909c16
2019-06-24 18:04:26 -04:00

4 lines
59 B
Django/Jinja

{
{{ '"boostrap_node_id": "' ~ bootstrap_nodeid ~ '"' }}
}