add nextcloud davfs
This commit is contained in:
parent
3ccdf491ae
commit
d1da532f2f
@ -59,7 +59,13 @@ systemd_mounts:
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
|
||||
nextcloud:
|
||||
share: https://file.ducamps.win/remote.php/dav/files/vincent/
|
||||
mount: /mnt/nextcloud
|
||||
type: davfs
|
||||
options:
|
||||
- uid=1024
|
||||
automount: true
|
||||
|
||||
systemd_mounts_enabled:
|
||||
- diskstation_media
|
||||
@ -68,6 +74,7 @@ systemd_mounts_enabled:
|
||||
- diskstation_photo
|
||||
- diskstation_home
|
||||
- oscar_hassconfig
|
||||
- nextcloud
|
||||
|
||||
credentials_files:
|
||||
1:
|
||||
@ -80,6 +87,12 @@ credentials_files:
|
||||
path: /etc/creds/.oscar_credentials
|
||||
username: "{{user.name}}"
|
||||
password: "{{ vault_smb_user }}"
|
||||
3:
|
||||
type: davfs
|
||||
path: /etc/davfs2/secrets
|
||||
address: https://file.ducamps.win/remote.php/dav/files/vincent/
|
||||
username: vincent
|
||||
password: "{{vault_nextcloud_admin}}"
|
||||
|
||||
keystodeploy:
|
||||
- name: juicessh without password
|
||||
|
Loading…
Reference in New Issue
Block a user