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"
|
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: |
|
block: |
|
||||||
<volume
|
<volume
|
||||||
fstype="cifs"
|
fstype="cifs"
|
||||||
server="smb.steinbeisschule-reutlingen.de"
|
server="{{ smb_server }}"
|
||||||
path="DOCS/fvs/home/"
|
path="{{ smb_home }}"
|
||||||
mountpoint="~/winhome"
|
mountpoint="/media/%(USER)/winhome"
|
||||||
|
options="dir_mode=0750,file_mode=0640"
|
||||||
/>
|
/>
|
||||||
<volume
|
<volume
|
||||||
fstype="cifs"
|
fstype="cifs"
|
||||||
server="smb.steinbeisschule-reutlingen.de"
|
server="{{ smb_server }}"
|
||||||
path="DOCS/fvs/tausch/"
|
path="{{ smb_share }}"
|
||||||
mountpoint="~/winshare"
|
mountpoint="/media/%(USER)/winshare"
|
||||||
|
options="dir_mode=0750,file_mode=0640"
|
||||||
/>
|
/>
|
||||||
<!--volume
|
<!--volume
|
||||||
fstype="fuse"
|
fstype="fuse"
|
||||||
|
|
Loading…
Add table
Reference in a new issue