summaryrefslogtreecommitdiff
path: root/std.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-12-26feat: installed system uses systemd-resolved for DNSLars Wirzenius1-0/+20
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-08-13fix(v-i, std.yml): always set the Ansible variable debian_releaseLars Wirzenius1-2/+9
Also enable the non-free components on bullseye, for wifi firmware. Sponsored-by: author
2023-08-12feat: install wifi support on target systemLars Wirzenius1-1/+39
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-3/+5
Sponsored-by: author
2023-07-22feat: allow removing root passwordLars Wirzenius1-0/+8
This allows user to log in from console. SSH is configured to not allow login with password in any case. Sponsored-by: author
2022-12-10fix: use same host key/cert filenames as debian-ansibleLars Wirzenius1-4/+4
Sponsored-by: author
2022-12-10fix: use same filename for sshd config as debian-ansible for user CALars Wirzenius1-1/+1
Sponsored-by: author
2022-12-10fix: use same name for user CA public key file as debian-ansibleLars Wirzenius1-2/+2
Sponsored-by: author
2022-09-04fix(std.yml): don't allow SSH logins as root using password authnLars Wirzenius1-0/+6
There's not point in allowing it, forbid it instead. Sponsored-by: author
2022-04-17feat: install SSH host key and certificate, if requestedLars Wirzenius1-1/+26
Sponsored-by: author
2022-04-08feat: if desired, configure host's sshd to accept a CA for usersLars Wirzenius1-0/+15
Sponsored-by: author
2022-02-10chore: tidy up by removing stuff specific to meLars Wirzenius1-2/+6
Sponsored-by: author
2022-01-10feat: replace options with a YAML specification fileLars Wirzenius1-58/+10
Files can be kept in git. Command line invocation are less convenient. Also: discard all the drives, allow extra LVs to be created, and refactor the code to be easier to follow. Sponsored-by: author
2022-01-08change DHCP client setting to allow ipv6 as wellLars Wirzenius1-1/+1
Sponsored-by: author
2022-01-08rename external network fileLars Wirzenius1-1/+1
Sponsored-by: author
2022-01-08use systemd-networkd to get network access, instead of ifupdownLars Wirzenius1-2/+23
Sponsored-by: author
2022-01-07feat: make v-i script support my standard base installLars Wirzenius1-0/+113
Also, put as many packages as possible inside the cached portion, for speed. Sponsored-by: author