minor changes to comments

This commit is contained in:
Alexander Grothe 2017-03-16 10:26:32 +01:00
parent 190b94aaa3
commit 45b0519b83
3 changed files with 6 additions and 6 deletions

View File

@ -162,13 +162,13 @@ media_dirs:
** NFS
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
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
** Samba
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
samba:
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
** Additional packages
#+BEGIN_SRC yaml :tangle group_vars/all :mkdirp yes
@ -683,7 +683,7 @@ systemctl --user import-environment
**** smb.conf
***** global settings
#+BEGIN_SRC yaml :tangle roles/samba-config/templates/smb.conf.j2 :mkdirp yes
# {{ ansible_managed_file }}
{{ ansible_managed_file | comment }}
#======================= Global Settings =======================

View File

@ -42,11 +42,11 @@ media_dirs:
recordings: '{{ vdr.recdir }}'
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:
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
extra_packages:

View File

@ -1,4 +1,4 @@
# {{ ansible_managed_file }}
{{ ansible_managed_file | comment }}
#======================= Global Settings =======================