add smartphone as syncthing device
This commit is contained in:
parent
bc8c4eac8a
commit
1eef015ee3
3 changed files with 25 additions and 3 deletions
|
@ -15,8 +15,8 @@
|
|||
src: "{{ role_path }}/files/cert.pem"
|
||||
dest: /apps/syncthing/config/cert.pem
|
||||
- name: Copy Syncthing configuration
|
||||
copy:
|
||||
src: "{{ role_path }}/files/config.xml"
|
||||
template:
|
||||
src: "{{ role_path }}/templates/config.xml.j2"
|
||||
dest: /apps/syncthing/config/config.xml
|
||||
- name: Create Syncthing data directory
|
||||
file:
|
||||
|
|
Reference in a new issue