switch to nfs v4 on share

This commit is contained in:
vincent 2024-09-29 17:50:11 +02:00
parent af58866882
commit 1f29007172
3 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ systemd_mounts:
mount: /mnt/diskstation/nomad mount: /mnt/diskstation/nomad
type: nfs type: nfs
options: options:
- " " - "vers=4"
automount: "{{ env_automount }}" automount: "{{ env_automount }}"
enabled: true enabled: true
hetzner_storage: hetzner_storage:

View File

@ -4,7 +4,7 @@ systemd_mounts:
mount: /mnt/diskstation/photo mount: /mnt/diskstation/photo
type: nfs type: nfs
options: options:
- " " - "vers=4"
automount: "{{ env_automount }}" automount: "{{ env_automount }}"
enabled: true enabled: true
diskstation_music: diskstation_music:
@ -12,7 +12,7 @@ systemd_mounts:
mount: /mnt/diskstation/music mount: /mnt/diskstation/music
type: nfs type: nfs
options: options:
- " " - "vers=4"
automount: "{{ env_automount }}" automount: "{{ env_automount }}"
enabled: true enabled: true
diskstation_media: diskstation_media:
@ -20,7 +20,7 @@ systemd_mounts:
mount: /mnt/diskstation/media mount: /mnt/diskstation/media
type: nfs type: nfs
options: options:
- " " - "vers=4"
automount: "{{ env_automount }}" automount: "{{ env_automount }}"
enabled: true enabled: true
@ -29,7 +29,7 @@ systemd_mounts:
mount: /mnt/diskstation/ebook mount: /mnt/diskstation/ebook
type: nfs type: nfs
options: options:
- " " - "vers=4"
automount: "{{ env_automount }}" automount: "{{ env_automount }}"
enabled: true enabled: true
diskstation_nomad: diskstation_nomad:
@ -45,6 +45,6 @@ systemd_mounts:
mount: /mnt/diskstation/download mount: /mnt/diskstation/download
type: nfs type: nfs
options: options:
- " " - "vers=4"
automount: "{{ env_automount }}" automount: "{{ env_automount }}"
enabled: true enabled: true

View File

@ -7,7 +7,7 @@ nomad_client_meta:
- name: "env" - name: "env"
value: "production" value: "production"
vault_unseal_keys_dir_output: "~/vaultUnseal/production" vault_unseal_keys_dir_output: "~/vaultUnseal/production"
env_default_nfs_path: "/exports" env_default_nfs_path: ""
env_media_nfs_path: "/volume1" env_media_nfs_path: "/volume1"
env_automount: true env_automount: true
nas_ip: "192.168.1.43" nas_ip: "192.168.1.43"