Add syncthing configuration

This commit is contained in:
Sonny Bakker 2021-10-27 14:27:42 +02:00
parent 2b3f675008
commit 3e08dd2bf5
4 changed files with 184 additions and 3 deletions

8
vars/syncthing.yml Normal file
View file

@ -0,0 +1,8 @@
syncthing_listen_address: '10.8.0.1'
syncthing_gui_address: '10.8.0.1'
syncthing_gui_port: 8384
syncthing_protocol_port: 22000
syncthing_file_folder: '{{ ansible_env.HOME }}/files/Sync/'
syncthing_picture_folder: '{{ ansible_env.HOME }}/files/Pictures/'