diff --git a/group_vars/all/all.yml b/group_vars/all/all.yml index 4efdf96..eef76ef 100644 --- a/group_vars/all/all.yml +++ b/group_vars/all/all.yml @@ -5,4 +5,5 @@ APT_Periodic_Download_Upgradeable_Packages: "1" APT_Periodic_AutocleanInterval: "7" APT_Periodic_Unattended_Upgrade: "1" +restic_repository_location: "sftp:restic_{{ inventory_hostname }}@proxmox.unhb.space:/storage/restic-backup/" restic_start_time: "*-*-* 3:00:00"