ansible/roles/restic-client/templates/restic/base.env.j2

14 lines
387 B
Django/Jinja

{{ ansible_header | comment }}
{% if ansible_facts['distribution_major_version'] >= "12" %}
RESTIC_REPOSITORY_FILE="/etc/restic/{{ item.0 }}-repo"
{% else %}
RESTIC_REPOSITORY="{{ restic.remote.0 + item.0 }}"
{% endif %}
RESTIC_PASSWORD_FILE="/etc/restic/{{ item.0 }}-password"
RESTIC_CACHE_DIR="/var/cache/restic"
RESTIC_COMPRESSION="max"
RESTIC_PROGRESS_FPS=1
RESTIC_PACK_SIZE="64M"