Add syncthing configuration
This commit is contained in:
parent
2b3f675008
commit
3e08dd2bf5
4 changed files with 184 additions and 3 deletions
8
vars/syncthing.yml
Normal file
8
vars/syncthing.yml
Normal 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/'
|
||||
Loading…
Add table
Add a link
Reference in a new issue