ansible-edda/playbooks/roles/backups/restic/user/templates/volumes.yml

12 lines
555 B
YAML
Raw Normal View History

2023-02-19 22:36:16 +01:00
{% if backups_restic_user_use_dataset %}
dataset: {{ backups_restic_user_data_dataset }}
{% else %}
directory: {{ backups_restic_user_data_directory }}
{% endif %}
aws_bucket_keys_file: {{ backups_restic_user_aws_keys_file }}
aws_bucket_endpoint: {{ backups_restic_user_aws_bucket_endpoint }}
aws_bucket_prefix: {{ backups_restic_user_aws_bucket_prefix }}
restic_password_file: {{ backups_restic_user_restic_password_file }}
restic_keep_daily: {{ backups_restic_user_restic_keep_daily }}
restic_keep_monthly: {{ backups_restic_user_restic_keep_monthly }}