renamed apt.yml to all.yml and added a variable for the Restic start time

This commit is contained in:
erebion 2023-10-10 12:40:05 +02:00
parent 512f9a0741
commit 60d07548dc

8
group_vars/all/all.yml Normal file
View file

@ -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"