renamed apt.yml to all.yml and added a variable for the Restic start time
This commit is contained in:
parent
512f9a0741
commit
60d07548dc
1 changed files with 8 additions and 0 deletions
8
group_vars/all/all.yml
Normal file
8
group_vars/all/all.yml
Normal 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"
|
Loading…
Reference in a new issue