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/"
restic_start_time: "*-*-* 3:00:00"