2021-01-22 21:23:51 +00:00
|
|
|
---
|
|
|
|
syncthing_enabled: false
|
|
|
|
syncthing_available_externally: "false"
|
|
|
|
|
|
|
|
# directories
|
|
|
|
syncthing_data_directory: "{{ samba_shares_root }}/syncthing"
|
|
|
|
|
|
|
|
# these are the directories that you want to mount from the local ansible-nas filesystem into
|
|
|
|
# the syncthing container.
|
|
|
|
# format is:
|
|
|
|
# - "/ansible/nas/filesystem/directory_name:/var/syncthing/directory_name"
|
|
|
|
syncthing_volumes:
|
|
|
|
- "{{ syncthing_data_directory }}:/var/syncthing/"
|
|
|
|
|
|
|
|
# network
|
|
|
|
syncthing_port: 8384
|
2021-02-21 19:50:07 +00:00
|
|
|
syncthing_hostname: syncthing
|
2021-02-23 15:16:29 +00:00
|
|
|
|
|
|
|
# specs
|
|
|
|
syncthing_memory: 1g
|