include apikey and usage report unique id for syncthing
This commit is contained in:
parent
97a654347f
commit
cfe9358624
3 changed files with 20 additions and 4 deletions
|
@ -10,8 +10,8 @@
|
|||
path: ~/.config/syncthing
|
||||
state: directory
|
||||
- name: Copy Syncthing configuration
|
||||
copy:
|
||||
src: "{{ role_path }}/files/config.xml"
|
||||
template:
|
||||
src: "{{ role_path }}/templates/config.xml.j2"
|
||||
dest: ~/.config/syncthing/config.xml
|
||||
- name: Copy Syncthing private key
|
||||
copy:
|
||||
|
|
Reference in a new issue