diff --git a/ansible/group_vars/NAS/nfs b/ansible/group_vars/NAS/nfs index 91bc44c..126d378 100644 --- a/ansible/group_vars/NAS/nfs +++ b/ansible/group_vars/NAS/nfs @@ -6,6 +6,7 @@ nfs_bind_source: - /var/local/volume1/music - /var/local/volume1/media - /var/local/volume1/photo + - /var/local/volume1/homes - /var/local/volume1/ebook @@ -15,6 +16,7 @@ nfs_exports: - "{{ nfs_bind_target }}/music {{nfs_cluster_list}}" - "{{ nfs_bind_target }}/media {{nfs_cluster_list}}" - "{{ nfs_bind_target }}/photo {{nfs_cluster_list}}" + - "{{ nfs_bind_target }}/homes {{nfs_cluster_list}}" - "{{ nfs_bind_target }}/ebook {{nfs_cluster_list}}" diff --git a/ansible/group_vars/cluster/mount b/ansible/group_vars/cluster/mount index fd7853f..0d28085 100644 --- a/ansible/group_vars/cluster/mount +++ b/ansible/group_vars/cluster/mount @@ -7,14 +7,6 @@ systemd_mounts: - " " automount: "{{ env_automount }}" enabled: "{%if inventory_hostname in groups['staging'] %} false {% else %} true {% endif %}" - diskstation_home: - share: "{{ nas_ip }}:{{ env_default_nfs_path }}/homes/admin" - mount: /mnt/diskstation/home - type: nfs - options: - - " " - automount: "{{ env_automount }}" - enabled: true diskstation_photo: share: "{{ nas_ip }}:{{ env_default_nfs_path }}/photo" mount: /mnt/diskstation/photo