summaryrefslogtreecommitdiff
path: root/installer-ansible.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-03-22fix: use apt.liw.fi, instead of now-dead ci-prod-controller.vm.liw.fiLars Wirzenius1-30/+28
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-12-26TEMP FIX: create resolv.conf in vmdb2 chrootLars Wirzenius1-0/+13
The chroot has no /etc/resolv.conf when Ansible runs, for reasons I don't understand yet, and thus Ansible can't install new packages. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-12-26feat: installer uses systemd-resolvedLars Wirzenius1-0/+10
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author fix: domain-less DNS lookups Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-08-12feat: install wifi support on target systemLars Wirzenius1-4/+0
Install iwd and wifi firmware on target system. Copy wifi credentials from installer to target. Sponsored-by: author
2023-08-12feat: change default locale, console keyboard layoutLars Wirzenius1-1/+1
Sponsored-by: author
2023-07-13feat: configure networkd to use wifi if availableLars Wirzenius1-10/+32
Sponsored-by: author
2023-07-08feat: install firmware packages for wifi on installerLars Wirzenius1-0/+14
Sponsored-by: author
2023-05-27fix: typo in commentLars Wirzenius1-1/+1
Sponsored-by: author
2023-05-03feat: silence kernel messages to the console, in the installerLars Wirzenius1-0/+9
Sponsored-by: author
2022-09-04feat(installer-ansible.yml): rename variables to match Puomi'sLars Wirzenius1-10/+9
This makes diffing with Puomi easier, while I'm debugging. Sponsored-by: author
2022-09-04fix(installer-ansible.yml): remove root password from /etc/shadowLars Wirzenius1-1/+1
Sponsored-by: author
2022-09-04feat: provide addresses to LAN via DHCPLars Wirzenius1-52/+114
This will be useful for Puomi, the router distribution that uses v-i. Sponsored-by: author
2022-08-07fix: make ping workLars Wirzenius1-0/+12
When ping is initially installed, it doesn't get the capabilities it needs to do its thing. Re-install it so it works. Sponsored-by: author
2022-08-07feat: store the revision of the v-i repo in /etc/v-i-versionLars Wirzenius1-0/+6
This will help users find out what version of the image they have. Sponsored-by: author
2022-08-06perf: make installer image boot faster by using system-networkdLars Wirzenius1-0/+20
For some reason, ifupdown was taking over half a minute longer to boot. Sponsored-by: author
2022-06-26disable systemd journal persistence on installer imageLars Wirzenius1-0/+12
for boot speed Sponsored-by: author
2022-03-11fix: drop the rootfs.tar.gz tarball from the installer imageLars Wirzenius1-5/+0
It's only useful for rebuilding the installer image. v-i itself can't use it as its contents are not what v-i would cache. Sponsored-by: author
2022-03-05feat: get root's authorized_keys file at boot upLars Wirzenius1-0/+5
Sponsored-by: author
2022-02-10chore: tidy up by removing stuff specific to meLars Wirzenius1-11/+0
Sponsored-by: author
2022-02-02refactor: rename files to be clearerLars Wirzenius1-0/+126
Sponsored-by: author