add personal samba share; split -web configurations to make services
easier to run on other devices
This commit is contained in:
parent
3cd1f7c4fc
commit
04e9f8438d
16 changed files with 109 additions and 51 deletions
|
|
@ -246,8 +246,14 @@
|
|||
writeable = yes
|
||||
guest ok = no
|
||||
|
||||
[jellyfin-libraries]
|
||||
path = /mnt/data1/jellyfin/libraries
|
||||
[media]
|
||||
path = /mnt/data1/media
|
||||
browseable = no
|
||||
writeable = yes
|
||||
guest ok = no
|
||||
|
||||
[jef]
|
||||
path = /mnt/data1/jef
|
||||
browseable = no
|
||||
writeable = yes
|
||||
guest ok = no
|
||||
|
|
|
|||
|
|
@ -20,6 +20,14 @@
|
|||
shell: /sbin/nologin
|
||||
notify: smbpasswd-lambroek
|
||||
|
||||
- name: Ensure Jef share directory is present
|
||||
ansible.builtin.file:
|
||||
path: '/mnt/data1/jef'
|
||||
state: 'directory'
|
||||
mode: '0775'
|
||||
owner: 'debian'
|
||||
group: 'data'
|
||||
|
||||
- name: Copy over smb config file
|
||||
copy:
|
||||
src: smb.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue