|
|
@ -4,7 +4,7 @@ export_name: "{{ real_path | basename }}"
|
|
|
|
# real_path: "/exported/path"
|
|
|
|
# real_path: "/exported/path"
|
|
|
|
export_path: "{{ global_nfs_directory }}/{{ export_name }}"
|
|
|
|
export_path: "{{ global_nfs_directory }}/{{ export_name }}"
|
|
|
|
export_config_name: "{{ export_name | regex_replace('/', '-') }}"
|
|
|
|
export_config_name: "{{ export_name | regex_replace('/', '-') }}"
|
|
|
|
mount_unit_name: "{{ export_path | regex_replace('^/') | regex_replace('/', '-') }}.mount"
|
|
|
|
mount_unit_name: "{{ export_path | systemd_escape_mount }}"
|
|
|
|
|
|
|
|
|
|
|
|
export_hosts:
|
|
|
|
export_hosts:
|
|
|
|
- "*"
|
|
|
|
- "*"
|
|
|
|