Files
ansible-shared/file/autofs/templates/mounts.autofs.j2

5 lines
101 B
Django/Jinja

{% for mount in autofs_mounts %}
{{mount.dest}} -fstype=nfs,rw,soft,intr {{mount.src}}
{% endfor %}