40 lines
815 B
YAML
40 lines
815 B
YAML
---
|
|
# defaults file for apt
|
|
|
|
# configuration
|
|
apt_conf_update_pkg_lists: 1
|
|
apt_conf_download_upgradeable_pkg: 1
|
|
apt_conf_auto_clean_interval: 0
|
|
apt_conf_purge_list:
|
|
- 00trustcdrom
|
|
- 15hobbit-plugins-update-stamp
|
|
- 20auto-upgrades
|
|
- 20listchanges
|
|
- 70debconf
|
|
apt_conf_purge_manage: true
|
|
|
|
# repositories
|
|
apt_src_list_manage: true
|
|
apt_purge_src_list_file: true
|
|
|
|
apt_stretch_manage: true
|
|
|
|
# preferences
|
|
apt_default_pref_path: '/etc/apt/preferences.d/default.pref'
|
|
apt_default_pref_tpl: 'etc/apt/preferences.d/default.pref.j2'
|
|
|
|
# packages
|
|
apt_tools_list:
|
|
- aptitude
|
|
apt_tools_state: 'installed'
|
|
apt_tools_manage: true
|
|
apt_old_pkg_list:
|
|
- laptop-detect
|
|
- tasksel
|
|
apt_old_pkg_state: 'absent'
|
|
apt_old_pkg_manage: true
|
|
|
|
# unattended-upgrades
|
|
apt_unattended_upgrades: yes
|
|
apt_unattended_upgrades_blacklist: []
|