summaryrefslogtreecommitdiffstats
path: root/roles/common/templates/etc/apt/sources.list.j2
Commit message (Collapse)AuthorAgeFiles
* Port baseline to Debian 11 (codename Bullseye).Guilhem Moulin2022-10-131
|
* /etc/apt/sources.list: Use https:// URIs.Guilhem Moulin2020-01-251
| | | | | | | | Since 1.5 (Buster) APT supports https:// natively. There is no need to install ‘apt-transport-https’ (now a dummy transitional package) anymore. Plain-text connection don't undermine security as APT checks package OpenPGP signatures locally, but there is no reason not to use TLS here.
* Upgrade baseline to Debian Stretch.Guilhem Moulin2018-12-031
|
* APT: use deb.debian.org as archive source.Guilhem Moulin2018-04-041
|
* Upgrade syntax to Ansible 2.5.Guilhem Moulin2018-04-041
|
* Fix detection of KVM guests.Guilhem Moulin2017-07-291
|
* Also install non-free firmwares on civett.Guilhem Moulin2017-05-301
|
* Localize the debian archive hostnames.Guilhem Moulin2016-07-091
|
* Change match to "^(Genuine)?Intel.*" for Intel processors.Guilhem Moulin2015-07-121
|
* Don't install intel-microcode on Xen guests.Guilhem Moulin2015-06-071
| | | | It should be installed on the dom0 instead.
* Tell vim the underlying filetype of templates for syntax highlighting.Guilhem Moulin2015-06-071
|
* Support non-free firmwares. (Can be required :-()Guilhem Moulin2015-06-071
| | | | Also, always install contrib's intel-microcode on Intel CPUs.
* Configure APT.Guilhem Moulin2015-06-071