Add syncthing configuration
This commit is contained in:
parent
2b3f675008
commit
3e08dd2bf5
4 changed files with 184 additions and 3 deletions
|
|
@ -8,8 +8,5 @@ nfs_port: 2049
|
|||
gitlab_ip: '192.168.178.88'
|
||||
sentry_ip: '192.168.178.73'
|
||||
|
||||
syncthing_gui_port: 8384
|
||||
syncthing_protocol_port: 22000
|
||||
|
||||
radicale_listen_addres: '127.0.0.1'
|
||||
radicale_port: 5232
|
||||
|
|
|
|||
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