2022-06-19 10:38:23 +00:00
|
|
|
systemd_mounts:
|
|
|
|
diskstation_photo:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/photo"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/photo
|
|
|
|
type: nfs
|
|
|
|
options:
|
2024-09-29 15:50:11 +00:00
|
|
|
- "vers=4"
|
2023-12-23 09:58:45 +00:00
|
|
|
automount: "{{ env_automount }}"
|
2023-12-23 19:57:46 +00:00
|
|
|
enabled: true
|
2022-06-19 10:38:23 +00:00
|
|
|
diskstation_music:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/music"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/music
|
|
|
|
type: nfs
|
|
|
|
options:
|
2024-09-29 15:50:11 +00:00
|
|
|
- "vers=4"
|
2023-12-23 09:58:45 +00:00
|
|
|
automount: "{{ env_automount }}"
|
2023-12-23 19:57:46 +00:00
|
|
|
enabled: true
|
2024-02-29 20:36:35 +00:00
|
|
|
diskstation_media:
|
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/media"
|
2024-08-03 12:43:30 +00:00
|
|
|
mount: /mnt/diskstation/media
|
2022-06-19 10:38:23 +00:00
|
|
|
type: nfs
|
|
|
|
options:
|
2024-09-29 15:50:11 +00:00
|
|
|
- "vers=4"
|
2023-12-23 09:58:45 +00:00
|
|
|
automount: "{{ env_automount }}"
|
2023-12-23 19:57:46 +00:00
|
|
|
enabled: true
|
2024-02-24 16:11:12 +00:00
|
|
|
|
2022-06-19 10:38:23 +00:00
|
|
|
diskstation_ebook:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/ebook"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/ebook
|
|
|
|
type: nfs
|
|
|
|
options:
|
2024-09-29 15:50:11 +00:00
|
|
|
- "vers=4"
|
2023-12-23 09:58:45 +00:00
|
|
|
automount: "{{ env_automount }}"
|
2023-12-23 19:57:46 +00:00
|
|
|
enabled: true
|
2022-06-19 10:38:23 +00:00
|
|
|
diskstation_nomad:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/nomad"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/nomad
|
|
|
|
type: nfs
|
|
|
|
options:
|
|
|
|
- " "
|
2023-12-23 09:58:45 +00:00
|
|
|
automount: "{{ env_automount }}"
|
2023-12-23 19:57:46 +00:00
|
|
|
enabled: true
|
2024-02-24 16:11:12 +00:00
|
|
|
diskstation_download:
|
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/download"
|
|
|
|
mount: /mnt/diskstation/download
|
|
|
|
type: nfs
|
|
|
|
options:
|
2024-09-29 15:50:11 +00:00
|
|
|
- "vers=4"
|
2024-02-24 16:11:12 +00:00
|
|
|
automount: "{{ env_automount }}"
|
|
|
|
enabled: true
|