[FIX] Création du dépôt
This commit is contained in:
parent
b14a0948ee
commit
2f31d0976d
@ -8,18 +8,21 @@ borgmatic_keys:
|
|||||||
public: ""
|
public: ""
|
||||||
|
|
||||||
borgmatic_checks:
|
borgmatic_checks:
|
||||||
- frequency: 4 weeks
|
- name: repository
|
||||||
name: repository
|
frequency: 4 weeks
|
||||||
- frequency: 2 weeks
|
- name: extract
|
||||||
name: archives
|
frequency: 2 weeks
|
||||||
|
|
||||||
borgmatic_healthchecks: ""
|
borgmatic_healthchecks: ""
|
||||||
borgmatic_exclude_patterns: []
|
borgmatic_exclude_patterns: []
|
||||||
borgmatic_repositories: []
|
borgmatic_repositories: []
|
||||||
borgmatic_source_directories: []
|
borgmatic_source_directories: []
|
||||||
|
|
||||||
borgmatic_retention:
|
borgmatic_retention:
|
||||||
daily: 7
|
daily: 7
|
||||||
monthly: 0
|
monthly: 0
|
||||||
weekly: 4
|
weekly: 4
|
||||||
|
|
||||||
borgmatic_name: "{{ inventory_hostname }}_{now}"
|
borgmatic_name: "{{ inventory_hostname }}_{now}"
|
||||||
borgmatic_compression: none
|
borgmatic_compression: none
|
||||||
borgmatic_passphrase: ""
|
borgmatic_passphrase: ""
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
- name: Créer le dépôt
|
- name: Créer le dépôt
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: borgmatic init --encryption repokey-blake2
|
# cmd: borgmatic init --encryption repokey-blake2
|
||||||
|
cmd: borgmatic init --encryption repokey
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Activer la planification
|
- name: Activer la planification
|
||||||
|
Loading…
Reference in New Issue
Block a user