diff --git a/ansible/group_vars/VPS/mount b/ansible/group_vars/VPS/mount index 224f041..e182e3f 100644 --- a/ansible/group_vars/VPS/mount +++ b/ansible/group_vars/VPS/mount @@ -4,7 +4,7 @@ systemd_mounts: mount: /mnt/diskstation/nomad type: nfs options: - - " " + - "vers=4" automount: "{{ env_automount }}" enabled: true hetzner_storage: diff --git a/ansible/group_vars/cluster/mount b/ansible/group_vars/cluster/mount index 57f41dd..83495a8 100644 --- a/ansible/group_vars/cluster/mount +++ b/ansible/group_vars/cluster/mount @@ -4,7 +4,7 @@ systemd_mounts: mount: /mnt/diskstation/photo type: nfs options: - - " " + - "vers=4" automount: "{{ env_automount }}" enabled: true diskstation_music: @@ -12,7 +12,7 @@ systemd_mounts: mount: /mnt/diskstation/music type: nfs options: - - " " + - "vers=4" automount: "{{ env_automount }}" enabled: true diskstation_media: @@ -20,7 +20,7 @@ systemd_mounts: mount: /mnt/diskstation/media type: nfs options: - - " " + - "vers=4" automount: "{{ env_automount }}" enabled: true @@ -29,7 +29,7 @@ systemd_mounts: mount: /mnt/diskstation/ebook type: nfs options: - - " " + - "vers=4" automount: "{{ env_automount }}" enabled: true diskstation_nomad: @@ -45,6 +45,6 @@ systemd_mounts: mount: /mnt/diskstation/download type: nfs options: - - " " + - "vers=4" automount: "{{ env_automount }}" enabled: true diff --git a/ansible/group_vars/production b/ansible/group_vars/production index 7527950..d7e9efe 100644 --- a/ansible/group_vars/production +++ b/ansible/group_vars/production @@ -7,7 +7,7 @@ nomad_client_meta: - name: "env" value: "production" vault_unseal_keys_dir_output: "~/vaultUnseal/production" -env_default_nfs_path: "/exports" +env_default_nfs_path: "" env_media_nfs_path: "/volume1" env_automount: true nas_ip: "192.168.1.43"