return values of dictionary fields using j2

hallo all,

i have defined following variables in my playbook:

{% for key, value in ip.iteritems() %} {{ value }} {% endfor %}

To read more about it
http://jinja.pocoo.org/docs/dev/templates/#for

Thanks alot ^^