finalize compatibility debian autoFS syncthing
This commit is contained in:
parent
84b90ee8fb
commit
2ae6e90efd
@ -13,6 +13,7 @@ systemd_mounts:
|
||||
options:
|
||||
- uid=1024
|
||||
- guid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
diskstation_home:
|
||||
share: //diskstation.ducamps.win/homes/admin
|
||||
@ -22,6 +23,7 @@ systemd_mounts:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
diskstation_photo:
|
||||
share: //diskstation.ducamps.win/photo
|
||||
@ -31,6 +33,7 @@ systemd_mounts:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
diskstation_music:
|
||||
share: //diskstation.ducamps.win/music
|
||||
@ -40,6 +43,7 @@ systemd_mounts:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
systemd_mounts_enabled:
|
||||
- diskstation_git
|
||||
@ -56,7 +60,7 @@ credentials_files:
|
||||
username: admin
|
||||
password: "{{ vault_default_password }}"
|
||||
|
||||
syncthing_address: "{{inventory_hostname}}:8384"
|
||||
syncthing_address: "0.0.0.0:8384"
|
||||
syncthing_gui_user: "{{user.name}}"
|
||||
syncthing_gui_password: $2a$10$nJZ8YN/1mB84Cbi79BKka.6SFMAKF.CBwyCNJDA9qUgXdkcuBilx2
|
||||
|
||||
|
@ -7,6 +7,7 @@ systemd_mounts:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
diskstation_music:
|
||||
share: //diskstation/music
|
||||
@ -16,6 +17,7 @@ systemd_mounts:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
diskstation_home:
|
||||
share: //diskstation/homes/admin
|
||||
@ -25,6 +27,7 @@ systemd_mounts:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
diskstation_photo:
|
||||
share: //diskstation/photo
|
||||
@ -34,6 +37,7 @@ systemd_mounts:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
diskstation_ebook:
|
||||
share: //diskstation/ebook
|
||||
@ -43,6 +47,7 @@ systemd_mounts:
|
||||
- credentials=/etc/creds/.diskstation_credentials
|
||||
- uid=1024
|
||||
- gid=100
|
||||
- vers=3.0
|
||||
automount: true
|
||||
davfs_share:
|
||||
share: https://diskstation.ducamps.win:5006/home/keepass
|
||||
|
Loading…
Reference in New Issue
Block a user