Update playbooks/mount.yml

This commit is contained in:
2026-07-05 08:42:42 +00:00
parent 5eca01c1f8
commit 20054e1864

View File

@@ -16,7 +16,7 @@
path: /samba path: /samba
src: //192.168.xx.xx/sharedfolder src: //192.168.xx.xx/sharedfolder
fstype: cifs fstype: cifs
opts: username=blastoise,password=givemefiles,uid=1000,gid=1000,file_mode=0777,_netdev opts: username=user,password=password,uid=1000,gid=1000,file_mode=0777,_netdev
state: mounted state: mounted
- name: add NFS mount - name: add NFS mount