summaryrefslogtreecommitdiffstats
path: root/group_vars/all/unattended-upgrades.yml
blob: 7310950f0d945660836b9e58df57e5bf2ce9afa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
---

unattended_origins_patterns:
  - 'origin=Debian,codename=${distro_codename},label=Debian-Security'
  - 'origin=Debian,codename=${distro_codename},label=Debian'
unattended_mail: 'tharre3@gmail.com'
unattended_remove_unused_dependencies: true
unattended_automatic_reboot: true
unattended_automatic_reboot_time: '12:00'