From 60d07548dcc33ddb629a8ede61fd636a27d15541 Mon Sep 17 00:00:00 2001 From: erebion Date: Tue, 10 Oct 2023 12:40:05 +0200 Subject: [PATCH] renamed apt.yml to all.yml and added a variable for the Restic start time --- group_vars/all/all.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 group_vars/all/all.yml diff --git a/group_vars/all/all.yml b/group_vars/all/all.yml new file mode 100644 index 0000000..4efdf96 --- /dev/null +++ b/group_vars/all/all.yml @@ -0,0 +1,8 @@ +--- + +APT_Periodic_Update_Package_Lists: "1" +APT_Periodic_Download_Upgradeable_Packages: "1" +APT_Periodic_AutocleanInterval: "7" +APT_Periodic_Unattended_Upgrade: "1" + +restic_start_time: "*-*-* 3:00:00"