This commit is contained in:
2025-06-06 10:31:32 +02:00
parent 1b53d23b9b
commit f88822a742
35 changed files with 257 additions and 12063 deletions

View File

@ -43,6 +43,12 @@ export LANG="de_DE.utf8"
#
[[ "$(hostname --long)" = "{{ samba_server }}" ]] && return
# Don't try to mount samba shares if local mount base directory does not exist
#
[[ -d "/mnt/{{ item.item.name }}" ]] || return
SERVER="{{ samba_server }}"
USER="{{ item.item.name }}"
PASSWORD='{{ item.item.password }}'