minor changes to comments
This commit is contained in:
parent
190b94aaa3
commit
45b0519b83
@ -162,13 +162,13 @@ media_dirs:
|
|||||||
** NFS
|
** NFS
|
||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
||||||
nfs:
|
nfs:
|
||||||
insecure: false # required for OS X clients and when using libnfs as unprivileged user (e.g. KODI)
|
insecure: false # set to true for OS X clients or if you plan to use libnfs as unprivileged user (e.g. KODI)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Samba
|
** Samba
|
||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
||||||
samba:
|
samba:
|
||||||
workgroup: YAVDR
|
workgroup: YAVDR
|
||||||
windows_compatible: '{{ vdr.safe_dirnames }}' # disable unix extensions, enable follow symlinks and wide links
|
windows_compatible: '{{ vdr.safe_dirnames }}' # set to true to disable unix extensions, enable follow symlinks and wide links
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Additional packages
|
** Additional packages
|
||||||
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
|
||||||
@ -683,7 +683,7 @@ systemctl --user import-environment
|
|||||||
**** smb.conf
|
**** smb.conf
|
||||||
***** global settings
|
***** global settings
|
||||||
#+BEGIN_SRC yaml :tangle roles/samba-config/templates/smb.conf.j2 :mkdirp yes
|
#+BEGIN_SRC yaml :tangle roles/samba-config/templates/smb.conf.j2 :mkdirp yes
|
||||||
# {{ ansible_managed_file }}
|
{{ ansible_managed_file | comment }}
|
||||||
|
|
||||||
#======================= Global Settings =======================
|
#======================= Global Settings =======================
|
||||||
|
|
||||||
|
@ -42,11 +42,11 @@ media_dirs:
|
|||||||
recordings: '{{ vdr.recdir }}'
|
recordings: '{{ vdr.recdir }}'
|
||||||
|
|
||||||
nfs:
|
nfs:
|
||||||
insecure: false # required for OS X clients and when using libnfs as unprivileged user (e.g. KODI)
|
insecure: false # set to true for OS X clients or if you plan to use libnfs as unprivileged user (e.g. KODI)
|
||||||
|
|
||||||
samba:
|
samba:
|
||||||
workgroup: YAVDR
|
workgroup: YAVDR
|
||||||
windows_compatible: '{{ vdr.safe_dirnames }}' # disable unix extensions, enable follow symlinks and wide links
|
windows_compatible: '{{ vdr.safe_dirnames }}' # set to true to disable unix extensions, enable follow symlinks and wide links
|
||||||
|
|
||||||
# additional packages you want to install
|
# additional packages you want to install
|
||||||
extra_packages:
|
extra_packages:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# {{ ansible_managed_file }}
|
{{ ansible_managed_file | comment }}
|
||||||
|
|
||||||
#======================= Global Settings =======================
|
#======================= Global Settings =======================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user