mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
17 lines
492 B
YAML
17 lines
492 B
YAML
---
|
|
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
|
|
syncthing_hostname: syncthing
|