Update playbooks/mount.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user