ansible/group_vars/all/all.yml

10 lines
311 B
YAML
Raw Normal View History

---
APT_Periodic_Update_Package_Lists: "1"
APT_Periodic_Download_Upgradeable_Packages: "1"
APT_Periodic_AutocleanInterval: "7"
APT_Periodic_Unattended_Upgrade: "1"
2023-10-10 18:29:31 +02:00
restic_repository_location: "sftp:restic_{{ inventory_hostname }}@proxmox.unhb.space:/storage/restic-backup/"
2024-03-29 15:29:28 +01:00
restic_start_time: "*-*-* 1:00:00"