2021-04-21 15:56:53 +00:00
|
|
|
% for path, shares in sorted(node.metadata['nfs-server']['shares'].items()):
|
2021-06-03 05:45:56 +00:00
|
|
|
% for share_target, share_options in sorted(shares.items()):
|
|
|
|
% for ip_list in repo.libs.tools.resolve_identifier(repo, share_target).values():
|
|
|
|
% for ip in sorted(ip_list):
|
|
|
|
${path} ${ip}(${share_options})
|
|
|
|
% endfor
|
|
|
|
% endfor
|
|
|
|
% endfor
|
2020-11-12 18:59:02 +00:00
|
|
|
% endfor
|