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 5dbf9dd2 authored by Thomas MICHEL's avatar Thomas MICHEL
Browse files

Merge branch '54-fix-borg-role-refresh' into 'main'

Resolve "fix: borg role refresh"

Closes #54

See merge request lydra/ansible-bootstrap!48
parents 173e2c37 cf6d4181
No related branches found
No related tags found
No related merge requests found
Pipeline #61871 failed
......@@ -6,7 +6,7 @@ backup_sourcedir: "/data/"
borg_source_directories:
- "{{ backup_sourcedir }}"
borg_version: "1.4.0"
borgmatic_version: "1.9.14"
borgmatic_version: "2.0.1"
borgmatic_relocated_repo_access_is_ok: true
borgmatic_cron_lines:
- '0 2 * * * root borgmatic -c /etc/borgmatic/borg_local_repo'
......
......@@ -61,6 +61,14 @@
- name: Initialize a new Borg remote repository
ansible.builtin.command: "{{ borg_init_command }}"
- name: Install Python packages for borg mount
ansible.builtin.pip:
name:
- pyfuse3
- llfuse
virtualenv: /opt/borgmatic
state: present
- name: Remove existing cron entries for borgmatic
ansible.builtin.lineinfile:
path: /etc/cron.d/borgmatic
......
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