From 191c7a3ac0c035807ef1f39600094a3779186b48 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 9 Jun 2021 23:40:41 +0200 Subject: [PATCH] Update .. --- host_vars/cl104.sprachenatelier.netz.yml | 2 +- roles/common/templates/etc/samba/smb.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/cl104.sprachenatelier.netz.yml b/host_vars/cl104.sprachenatelier.netz.yml index ab0c0a0..35b9d1e 100644 --- a/host_vars/cl104.sprachenatelier.netz.yml +++ b/host_vars/cl104.sprachenatelier.netz.yml @@ -1,6 +1,6 @@ --- -ansible_python_interpreter: /usr/bin/python3.5 +ansible_python_interpreter: /usr/bin/python # ========== # vars used by roles/common/tasks/sshd.yml diff --git a/roles/common/templates/etc/samba/smb.conf.j2 b/roles/common/templates/etc/samba/smb.conf.j2 index d481e3b..29304e1 100644 --- a/roles/common/templates/etc/samba/smb.conf.j2 +++ b/roles/common/templates/etc/samba/smb.conf.j2 @@ -263,7 +263,7 @@ # By default, the home directories are exported read-only. Change the # next parameter to 'no' if you want to be able to write to them. - read only = yes + read only = no # File creation mask is set to 0700 for security reasons. If you want to # create files with group=rw permissions, set next parameter to 0775.