You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
464 B
16 lines
464 B
[account]
|
|
server = {{ item.server }}
|
|
username = {{ item.login }}
|
|
{% if item.token is defined %}
|
|
token = {{ item.token }}
|
|
{% else %}
|
|
token = {{ seadrive_tokens.results | selectattr("item.id","equalto",item.id) | map(attribute="json.token") | first }}
|
|
{% endif %}
|
|
is_pro = false
|
|
|
|
[general]
|
|
client_name = seadrive-{{ inventory_hostname }}
|
|
|
|
[cache]
|
|
size_limit = {{ item.cache_size | default('2') }}GB
|
|
clean_cache_interval = {{ item.cleanup_interval | default('10') }}
|
|
|