84 lines
2.0 KiB
Plaintext
84 lines
2.0 KiB
Plaintext
systemd_mounts:
|
|
diskstation_git:
|
|
share: "{{ nas_ip }}:/volume2/git"
|
|
mount: /mnt/diskstation/git
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
diskstation_CardDav:
|
|
share: "{{ nas_ip }}:/volume2/CardDav"
|
|
mount: /mnt/diskstation/CardDav
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
backup_disk:
|
|
share: /dev/sdb1
|
|
mount: /mnt/backup
|
|
type: ntfs-3g
|
|
options:
|
|
- " "
|
|
automount: true
|
|
diskstation_home:
|
|
share: "{{ nas_ip }}:/volume2/homes/admin"
|
|
mount: /mnt/diskstation/home
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
diskstation_photo:
|
|
share: "{{ nas_ip }}:/volume2/photo"
|
|
mount: /mnt/diskstation/photo
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
diskstation_music:
|
|
share: "{{ nas_ip }}:/volume2/music"
|
|
mount: /mnt/diskstation/music
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
diskstation_media:
|
|
share: "{{ nas_ip }}:/volume1/media"
|
|
mount: /mnt/diskstation/media
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
diskstation_ebook:
|
|
share: "{{ nas_ip }}:/volume2/ebook"
|
|
mount: /mnt/diskstation/ebook
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
diskstation_archMirror:
|
|
share: "{{ nas_ip }}:/volume2/archMirror"
|
|
mount: /mnt/diskstation/archMirror
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
diskstation_nomad:
|
|
share: "{{ nas_ip }}:/volume2/nomad"
|
|
mount: /mnt/diskstation/nomad
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
|
|
systemd_mounts_enabled:
|
|
- diskstation_git
|
|
- diskstation_music
|
|
- backup_disk
|
|
- diskstation_photo
|
|
- diskstation_home
|
|
- diskstation_CardDav
|
|
- diskstation_media
|
|
- diskstation_ebook
|
|
- diskstation_archMirror
|
|
- diskstation_nomad
|