ansible/group_vars/all/all.yml

10 lines
311 B
YAML

---
APT_Periodic_Update_Package_Lists: "1"
APT_Periodic_Download_Upgradeable_Packages: "1"
APT_Periodic_AutocleanInterval: "7"
APT_Periodic_Unattended_Upgrade: "1"
restic_repository_location: "sftp:restic_{{ inventory_hostname }}@proxmox.unhb.space:/storage/restic-backup/"
restic_start_time: "*-*-* 1:00:00"