It seems as though this is not possible, but it could really allow for
using jinja's looping function. I realize the with_items functionality,
but I would like to use both at the same time, it would greatly simplify my
templates, and was wondering if this was something that is possible another
way?
from vars file:
mgmt_access_networks = ['172.0.0.0.0/24', '172.1.0.0/16']
when trying to run:
base_vars must be stored as dictionary/hash: <type 'str'>
from jijna template:
{% for item in mgmt_access_networks %}
{{ item }}
{% endfor %}
what I'm trying to do is loop thru file creation, without having to create
a "custom" template for each file. The with_item functionality seems to
get me the loop, but looks as though I can only alter 1 variable per file
without access to more jinja functionality.
Thanks,
Greg
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/b8a9e4fa-2c3c-4bc5-9202-d32ddbc39763%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.