From 586e6101caac219e815318ca0392f448b0b2e77d Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 21 Feb 2024 19:04:34 +0100 Subject: [PATCH] feat: correct homedir for samba --- ansible/group_vars/NAS/samba | 2 +- ansible/playbooks/templates/samba_homes_include.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 ansible/playbooks/templates/samba_homes_include.conf diff --git a/ansible/group_vars/NAS/samba b/ansible/group_vars/NAS/samba index 21eb5f7..05ed89c 100644 --- a/ansible/group_vars/NAS/samba +++ b/ansible/group_vars/NAS/samba @@ -19,4 +19,4 @@ samba_shares: browseable: true samba_load_homes: True - +samba_homes_include: samba_homes_include.conf diff --git a/ansible/playbooks/templates/samba_homes_include.conf b/ansible/playbooks/templates/samba_homes_include.conf new file mode 100644 index 0000000..deadeb8 --- /dev/null +++ b/ansible/playbooks/templates/samba_homes_include.conf @@ -0,0 +1 @@ +path = /exports/homes/%S