--- #Unattended-Upgrade::Origins-Pattern # Automatically upgrade packages from these origin patterns # e.g.: 'o=Debian,a=stable', 'o=Debian,a=stable-updates' # # Left unset, distribution-specific defaults will be used through # __unattended_origins_patterns variable only if this variable # is not provided externally # REFS https://github.com/ansible/ansible/issues/8121 #unattended_origins_patterns: [] #Unattended-Upgrade::Package-Blacklist # List of packages to not update unattended_package_blacklist: [] #Unattended-Upgrade::AutoFixInterruptedDpkg # On a unclean dpkg exit unattended-upgrades will run # dpkg --force-confold --configure -a # The default is true, to ensure updates keep getting installed unattended_autofix_interrupted_dpkg: true #Unattended-Upgrade::MinimalSteps # Split the upgrade into the smallest possible chunks so that # they can be interrupted with SIGUSR1. This makes the upgrade # a bit slower but it has the benefit that shutdown while a upgrade # is running is possible (with a small delay) unattended_minimal_steps: false #Unattended-Upgrade::InstallOnShutdown # Install all unattended-upgrades when the machine is shuting down # instead of doing it in the background while the machine is running # This will (obviously) make shutdown slower unattended_install_on_shutdown: false #Unattended-Upgrade::Mail # Send email to this address for problems or packages upgrades # If empty or unset then no email is sent, make sure that you # have a working mail setup on your system. A package that provides # 'mailx' must be installed. unattended_mail: false #Unattended-Upgrade::MailOnlyOnError # Set this value to "true" to get emails only on errors. Default # is to always send a mail if Unattended-Upgrade::Mail is set unattended_mail_only_on_error: false #Unattended-Upgrade::Remove-Unused-Dependencies # Do automatic removal of new unused dependencies after the upgrade # (equivalent to apt-get autoremove) unattended_remove_unused_dependencies: false #Unattended-Upgrade::Automatic-Reboot # Automatically reboot *WITHOUT CONFIRMATION* if a # the file /var/run/reboot-required is found after the upgrade unattended_automatic_reboot: false