38 lines
1,014 B
YAML
38 lines
1,014 B
YAML
---
|
|
syncthing_listen_address: "0.0.0.0"
|
|
syncthing_protocol_port: 22000
|
|
syncthing_gui_port: 8384
|
|
|
|
syncthing_config_version: 51
|
|
|
|
syncthing_devices:
|
|
- name: Desktop
|
|
id: &syncthing_desktop_id CSDXP5E-4UBNC36-32EHTPK-L6Y6JVZ-HQHM42R-FJXN2LI-2MTYRFX-3ZZPUQN
|
|
address: dynamic
|
|
|
|
- name: Fudiggity
|
|
id: &syncthing_server_id ZM5JO5E-UYU6XUI-P25TLIP-TLPQD7J-NSPSYZS-A5OOYST-J62ICAQ-Y2A5YQV
|
|
address: tcp://syncthing.{{ server_domain }}:22000
|
|
|
|
- name: P14
|
|
id: &syncthing_p14_id MT7RJP3-R7I233L-ICWRPUY-4BCSXCK-WVBPWQ4-JMVBX4Y-J35GB6G-YDQFHQ3
|
|
address: dynamic
|
|
|
|
syncthing_folders:
|
|
- id: default
|
|
label: Default
|
|
path: "{{ ansible_env.HOME }}/syncthing/default"
|
|
type: sendreceive
|
|
devices:
|
|
- *syncthing_desktop_id
|
|
- *syncthing_server_id
|
|
- *syncthing_p14_id
|
|
|
|
- id: pictures
|
|
label: Pictures
|
|
path: "{{ ansible_env.HOME }}/syncthing/pictures"
|
|
type: sendreceive
|
|
devices:
|
|
- *syncthing_desktop_id
|
|
- *syncthing_server_id
|
|
- *syncthing_p14_id
|