24 lines
610 B
Plaintext
24 lines
610 B
Plaintext
systemd_mounts:
|
|
diskstation_git:
|
|
share: 192.168.1.10:/volume1/git
|
|
mount: /mnt/diskstation/git
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
backup_disk:
|
|
share: /dev/sda1
|
|
mount: /mnt/backup
|
|
type: nfs
|
|
options:
|
|
- uid=1024
|
|
- guid=100
|
|
automount: true
|
|
|
|
systemd_mounts_enabled:
|
|
- diskstation_git
|
|
- backup_disk
|
|
|
|
syncthing_address: "{{inventory_hostname}}:8384"
|
|
syncthing_gui_user: "{{username}}"
|
|
syncthing_gui_password: $2a$10$nJZ8YN/1mB84Cbi79BKka.6SFMAKF.CBwyCNJDA9qUgXdkcuBilx2 |