Use variables and add mount options for more privacy.
This commit is contained in:
parent
a37164d01a
commit
c3ca8606d6
2 changed files with 12 additions and 7 deletions
|
@ -1,2 +1,5 @@
|
|||
basedn: "ou=Benutzer,ou=fvs,ou=SCHULEN,o=ml3"
|
||||
ldap_server: ldap.steinbeisschule-reutlingen.de
|
||||
ldap_server: "ldap.steinbeisschule-reutlingen.de"
|
||||
smb_server: "smb.steinbeisschule-reutlingen.de"
|
||||
smb_home: "DOCS/fvs/home/"
|
||||
smb_share: "DOCS/fvs/tausch/"
|
||||
|
|
|
@ -41,15 +41,17 @@
|
|||
block: |
|
||||
<volume
|
||||
fstype="cifs"
|
||||
server="smb.steinbeisschule-reutlingen.de"
|
||||
path="DOCS/fvs/home/"
|
||||
mountpoint="~/winhome"
|
||||
server="{{ smb_server }}"
|
||||
path="{{ smb_home }}"
|
||||
mountpoint="/media/%(USER)/winhome"
|
||||
options="dir_mode=0750,file_mode=0640"
|
||||
/>
|
||||
<volume
|
||||
fstype="cifs"
|
||||
server="smb.steinbeisschule-reutlingen.de"
|
||||
path="DOCS/fvs/tausch/"
|
||||
mountpoint="~/winshare"
|
||||
server="{{ smb_server }}"
|
||||
path="{{ smb_share }}"
|
||||
mountpoint="/media/%(USER)/winshare"
|
||||
options="dir_mode=0750,file_mode=0640"
|
||||
/>
|
||||
<!--volume
|
||||
fstype="fuse"
|
||||
|
|
Loading…
Add table
Reference in a new issue