2017-08-16 15:41:59 +02:00
|
|
|
---
|
|
|
|
# defaults file for apt
|
|
|
|
|
2017-08-18 11:10:36 +02:00
|
|
|
# configuration
|
2017-08-17 17:17:11 +02:00
|
|
|
apt_conf_update_pkg_lists: 1
|
|
|
|
apt_conf_download_upgradeable_pkg: 1
|
|
|
|
apt_conf_auto_clean_interval: 0
|
2017-08-17 17:31:56 +02:00
|
|
|
apt_conf_purge_list:
|
|
|
|
- 00trustcdrom
|
2017-11-29 14:34:54 +01:00
|
|
|
- 01autoremove
|
2017-08-17 17:31:56 +02:00
|
|
|
- 15hobbit-plugins-update-stamp
|
2017-08-18 11:21:21 +02:00
|
|
|
- 20auto-upgrades
|
2017-08-17 17:31:56 +02:00
|
|
|
- 20listchanges
|
2017-11-29 14:34:54 +01:00
|
|
|
- 50unattended-upgrades
|
2017-08-17 17:31:56 +02:00
|
|
|
- 70debconf
|
|
|
|
apt_conf_purge_manage: true
|
2017-08-17 17:17:11 +02:00
|
|
|
|
2017-08-18 11:10:36 +02:00
|
|
|
# repositories
|
2017-08-16 15:41:59 +02:00
|
|
|
apt_src_list_manage: true
|
2017-08-16 15:48:51 +02:00
|
|
|
apt_purge_src_list_file: true
|
2017-08-16 15:41:59 +02:00
|
|
|
|
|
|
|
apt_stretch_manage: true
|
2017-08-16 15:55:10 +02:00
|
|
|
|
2017-08-18 11:10:36 +02:00
|
|
|
# preferences
|
2017-08-16 15:55:10 +02:00
|
|
|
apt_default_pref_path: '/etc/apt/preferences.d/default.pref'
|
|
|
|
apt_default_pref_tpl: 'etc/apt/preferences.d/default.pref.j2'
|
2017-08-17 14:09:55 +02:00
|
|
|
|
2017-08-18 11:10:36 +02:00
|
|
|
# packages
|
2017-08-17 14:09:55 +02:00
|
|
|
apt_tools_list:
|
|
|
|
- aptitude
|
|
|
|
apt_tools_state: 'installed'
|
|
|
|
apt_tools_manage: true
|
2017-11-29 14:41:53 +01:00
|
|
|
apt_unwanted_pkg_list:
|
2017-08-17 14:27:13 +02:00
|
|
|
- laptop-detect
|
|
|
|
- tasksel
|
2017-11-29 14:41:53 +01:00
|
|
|
apt_unwanted_pkg_state: 'absent'
|
|
|
|
apt_unwanted_pkg_manage: true
|
2017-08-18 11:10:36 +02:00
|
|
|
|
|
|
|
# unattended-upgrades
|
|
|
|
apt_unattended_upgrades: yes
|
2017-08-18 13:52:01 +02:00
|
|
|
apt_unattended_upgrades_blacklist: []
|
2017-12-19 15:36:45 +01:00
|
|
|
|
|
|
|
# proxmox
|
|
|
|
apt_proxmox_manage: false
|
|
|
|
apt_proxmox_pref_path: '/etc/apt/preferences.d/proxmox.pref'
|
|
|
|
apt_proxmox_pref_tpl: 'etc/apt/preferences.d/proxmox.pref.j2'
|