add borgmatic role
This commit is contained in:
17
roles/borgmatic/defaults/main.yml
Normal file
17
roles/borgmatic/defaults/main.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
borg_version: "1.4.0"
|
||||
glibc_version: "2.36"
|
||||
pipx_version: "1.7.1"
|
||||
borg_binary_url: "https://github.com/borgbackup/borg/releases/download/{{ borg_version }}/borg-linux-glibc{{ glibc_version | replace('.', '') }}.tgz"
|
||||
borgmatic_pipx_bin_dir: "/opt/borgmatic/bin"
|
||||
borgmatic_schedule_oncalendar: "daily"
|
||||
push_pubkey: true
|
||||
ssh_key_path: "/root/borgmatic/id_ed25519"
|
||||
borg_compression: "lz4"
|
||||
borg_keep_hourly: 0
|
||||
borg_keep_daily: 3
|
||||
borg_keep_weekly: 3
|
||||
borg_keep_monthly: 1
|
||||
borg_keep_yearly: 0
|
||||
borg_uptime_kuma:
|
||||
borg_loki:
|
||||
Reference in New Issue
Block a user