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
type: nfs
options:
- " "
- "vers=4"
automount: "{{ env_automount }}"
enabled: true
hetzner_storage:

View File

@ -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

View File

@ -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"