summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Rename roles to be more specificLars Wirzenius16-0/+0
Suggested by Ivan Dolgov.
2017-04-21Add web_server and git_server rolesLars Wirzenius16-0/+324
Need git_server for the new QvarnLabs git server, and the git server relies on the web server for cgit.
2017-04-18Install dbus so timectl works on systemd systemsLars Wirzenius1-0/+4
2017-04-17Set time zone in sane_debian_systemLars Wirzenius2-0/+8
2017-04-15Generate requested locales; fix conditions for hostnameLars Wirzenius2-3/+15
2017-04-15Generate sources.list suitable for unstableLars Wirzenius1-0/+3
2017-04-12Add a role to create Unix system usersLars Wirzenius3-0/+47
Including setting authorized_keys, and passwordless sudo access.
2017-04-04Fix apt-transport-https installationLars Wirzenius1-2/+12
We run virtual machines built from a disk image. The image has package lists downloaded, but from far ago. So we update them before installing the https transport. Then we install the transport. Then we fiddle with sources.lists, update package lists and then continue as needed.
2017-04-04Add -backports to sources.list.j2Lars Wirzenius1-0/+1
It's safe to do, since nothing will be installed from there without explicit request.
2017-04-04Fix source.list creation, separate apt updateLars Wirzenius1-4/+7
2017-04-04Fix line for codename-updates to be correctLars Wirzenius1-1/+1
2017-04-04Fix debian-release to be debian-codenameLars Wirzenius1-2/+2
Also, use a more reliable default mirror.
2017-04-04Use underscores, to be systemticLars Wirzenius6-0/+0
2017-04-04Make release codename a variableLars Wirzenius2-3/+5
2017-04-04Rename role to be generic Debian, not just jessieLars Wirzenius6-0/+0
2017-04-03Add a basic "sane Debias jessie system" roleLars Wirzenius6-0/+72