Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6f015615 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

--wip-- [skip ci]

parent 927da344
No related branches found
No related tags found
No related merge requests found
Pipeline #6702 skipped
This commit is part of merge request !32. Comments created here will be created in the context of that merge request.
---
# https://github.com/borgbase/ansible-role-borgbackup
borgmatic_config_name: "borg_remote_repo"
borg_encryption_passphrase: "{{ borg_remote_repo_encryption_passphrase }}"
borg_repository: "{{ borg_remote_repository }}"
borg_retention_policy:
keep_daily: "{{ borg_number_days_to_keep }}"
keep_weekly: "{{ borg_number_weeks_to_keep }}"
keep_monthly: "{{ borg_number_months_to_keep }}"
borgmatic_cron_name: borgmatic_froggit_remote_backup
borgmatic_cron_hour: "6"
borgmatic_cron_minute: "0"
......@@ -17,3 +17,8 @@ galaxy_info:
dependencies:
- role: m3nu.ansible_role_borgbackup
vars:
borg_repository: "{{ borg_remote_repository }}"
borg_source_directories: "{{ borg_source_directories }}"
borg_encryption_passphrase: "{{ borg_remote_repokey }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment