2022-06-19 10:38:23 +00:00
|
|
|
systemd_mounts:
|
|
|
|
diskstation_git:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}//git"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/git
|
|
|
|
type: nfs
|
|
|
|
options:
|
|
|
|
- " "
|
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_CardDav:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/CardDav"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/CardDav
|
|
|
|
type: nfs
|
|
|
|
options:
|
|
|
|
- " "
|
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
|
|
|
backup_disk:
|
|
|
|
share: /dev/sdb1
|
|
|
|
mount: /mnt/backup
|
|
|
|
type: ntfs-3g
|
|
|
|
options:
|
2023-08-19 07:36:27 +00:00
|
|
|
- " "
|
2023-12-23 09:58:45 +00:00
|
|
|
automount: "{{ env_automount }}"
|
2023-12-23 19:57:46 +00:00
|
|
|
enabled: "{%if inventory_hostname in groups['staging'] %} false {% else %} true {% endif %}"
|
2022-06-19 10:38:23 +00:00
|
|
|
diskstation_home:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/homes/admin"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/home
|
|
|
|
type: nfs
|
|
|
|
options:
|
|
|
|
- " "
|
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_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:
|
|
|
|
- " "
|
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:
|
|
|
|
- " "
|
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_media:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/media"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/media
|
|
|
|
type: nfs
|
|
|
|
options:
|
|
|
|
- " "
|
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_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:
|
|
|
|
- " "
|
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_archMirror:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/archMirror"
|
2022-06-19 10:38:23 +00:00
|
|
|
mount: /mnt/diskstation/archMirror
|
|
|
|
type: nfs
|
|
|
|
options:
|
|
|
|
- " "
|
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
|