openstack-ansible-os_cinder/templates/nfs_shares.j2

6 lines
108 B
Django/Jinja

# {{ ansible_managed }}
{% for share in nfs_client.shares %}
{{ share.ip }}:{{ share.share }}
{% endfor %}