2021-04-21 17:56:53 +02:00
|
|
|
% for path, shares in sorted(node.metadata['nfs-server']['shares'].items()):
|
2021-06-03 07:45:56 +02: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 19:59:02 +01:00
|
|
|
% endfor
|