[FIX] Création du dépôt

This commit is contained in:
pulsar89.5 2023-05-29 10:11:18 +02:00
parent b14a0948ee
commit 2f31d0976d
2 changed files with 9 additions and 5 deletions

View File

@ -8,18 +8,21 @@ borgmatic_keys:
public: ""
borgmatic_checks:
- frequency: 4 weeks
name: repository
- frequency: 2 weeks
name: archives
- name: repository
frequency: 4 weeks
- name: extract
frequency: 2 weeks
borgmatic_healthchecks: ""
borgmatic_exclude_patterns: []
borgmatic_repositories: []
borgmatic_source_directories: []
borgmatic_retention:
daily: 7
monthly: 0
weekly: 4
borgmatic_name: "{{ inventory_hostname }}_{now}"
borgmatic_compression: none
borgmatic_passphrase: ""

View File

@ -3,7 +3,8 @@
- name: Créer le dépôt
ansible.builtin.command:
cmd: borgmatic init --encryption repokey-blake2
# cmd: borgmatic init --encryption repokey-blake2
cmd: borgmatic init --encryption repokey
become: true
- name: Activer la planification