Files
private-ai-platform/ansible/roles/harden/unattended_upgrades/templates/50unattended-upgrades.j2
Hrankin, Aleksandr (contracted) 696c1adf74 init
2026-02-20 05:40:53 +00:00

11 lines
354 B
Django/Jinja

Unattended-Upgrade::Origins-Pattern {
"origin=Debian,codename=${distro_codename}-security";
};
Unattended-Upgrade::Automatic-Reboot "false";
Unattended-Upgrade::Automatic-Reboot-Time "03:30";
Unattended-Upgrade::Automatic-Reboot-WithUsers "false";
Unattended-Upgrade::Remove-Unused-Dependencies "true";
Unattended-Upgrade::MinimalSteps "true";