change directory structure
This commit is contained in:
parent
b89713643d
commit
9eb52229f1
83 changed files with 0 additions and 0 deletions
13
ansible/roles/syncthing/vars/main.yml
Normal file
13
ansible/roles/syncthing/vars/main.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
service_name: syncthing
|
||||
data_dir: "{{ base_data_dir }}/{{ service_name }}"
|
||||
service_dir: "{{ base_service_dir }}/{{ service_name }}"
|
||||
|
||||
syncthing:
|
||||
apikey: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30323136343566306566323232343538306565653135303536363234636365383234366332316339
|
||||
6363383637653032643637373662383331633933633765340a366538616134613365653261353861
|
||||
34326533633239353339326636303762306639653839386535316639643762636239633732386165
|
||||
3932636432643631340a633831663833323633623461646131356566383539613835613738656633
|
||||
32336138363032613833613736333739613762343833383563633337626361363566353066636536
|
||||
6434333037653732626537363938613463333863336134313664
|
Reference in a new issue