From 54be0807952b7085f40dfdb683a45bc2a0968485 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 31 May 2022 14:07:04 +0200 Subject: [PATCH] chang uid samba --- group_vars/workstation | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/group_vars/workstation b/group_vars/workstation index 96c9127..1b3ede2 100644 --- a/group_vars/workstation +++ b/group_vars/workstation @@ -5,8 +5,8 @@ systemd_mounts: type: cifs options: - credentials=/etc/creds/.diskstation_credentials - - uid=1024 - - gid=100 + - uid=1000001 + - gid=1000001 - vers=3.0 - mfsymlinks automount: true @@ -16,8 +16,8 @@ systemd_mounts: type: cifs options: - credentials=/etc/creds/.diskstation_credentials - - uid=1024 - - gid=100 + - uid=1000001 + - gid=1000001 - vers=3.0 - mfsymlinks automount: true @@ -27,8 +27,8 @@ systemd_mounts: type: cifs options: - credentials=/etc/creds/.diskstation_credentials - - uid=1024 - - gid=100 + - uid=1000001 + - gid=1000001 - vers=3.0 - mfsymlinks automount: true @@ -38,8 +38,8 @@ systemd_mounts: type: cifs options: - credentials=/etc/creds/.diskstation_credentials - - uid=1024 - - gid=100 + - uid=1000001 + - gid=1000001 - vers=3.0 - mfsymlinks automount: true @@ -49,8 +49,8 @@ systemd_mounts: type: cifs options: - credentials=/etc/creds/.diskstation_credentials - - uid=1024 - - gid=100 + - uid=1000001 + - gid=1000001 - vers=3.0 - mfsymlinks automount: true