Alex Willmer
|
cfbb7f884e
|
ci: Add playbook to configure container host for image prep
|
1 week ago |
Alex Willmer
|
e32c90a63e
|
ci: Factor out package installation role
|
1 week ago |
Alex Willmer
|
a143787c02
|
ci: Handle custom package repositories in bootstrap role
|
1 week ago |
Alex Willmer
|
bcc726d3b7
|
ci: Handle dnf packages in bootstrap role
|
1 week ago |
Alex Willmer
|
780f8af1a4
|
ci: Factor out image prep bootstrap as a role
Promoting the script to a full template will fix some whitespace errors later.
|
1 week ago |
Alex Willmer
|
d27275ad46
|
ci: Set global max failed logins on macOS
|
3 months ago |
Alex Willmer
|
618eccc0f3
|
CI: Set macOS failed logins limit of mitogen test users to 1000
refs #1315
|
4 months ago |
Alex Willmer
|
2598941384
|
tests: Add Debian 11/bullseye security archive signing key
Tests that install packages are failing due to repos/packages that are signed
with this key.
```console
$ wget https://ftp-master.debian.org/keys/archive-key-11-security.asc
--2025-06-17 14:36:04-- https://ftp-master.debian.org/keys/archive-key-11-security.asc
Resolving ftp-master.debian.org (ftp-master.debian.org)... 192.91.235.231
Connecting to ftp-master.debian.org (ftp-master.debian.org)|192.91.235.231|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11873 (12K) [application/pgp-keys]
Saving to: ‘archive-key-11-security.asc’
archive-key-11-security.asc 100%[=================>] 11.59K --.-KB/s in 0.002s
2025-06-17 14:36:05 (6.64 MB/s) - ‘archive-key-11-security.asc’ saved [11873/11873]
$ sha256sum archive-key-11-security.asc
716e79393c724d14ecba8be46e99ecbe1b689f67ceff3cb3cab28f6e69e8b8b8 archive-key-11-security.asc
$ cp archive-key-11-security.asc \
~/src/mitogen/tests/image_prep/roles/package_manager/files/debian-archive-bullseye-security-automatic.asc
```
|
6 months ago |
Alex Willmer
|
fdbd1a8c9b
|
ci: Configure package managers using a role
This allows code sharing between integration tests and test image prep.
|
9 months ago |
Alex Willmer
|
f2e0e552ac
|
ci: Fix sshd configuration during image prep
This will allow image preparation using Ansible versions that
- predate ansible_facts.*
- predate loop keyword
- predate collections
|
9 months ago |
Alex Willmer
|
3a1b5ec620
|
CI: Increase sshd MaxAuthRetries to 50 on macOS runners
refs #1186
|
1 year ago |
Alex Willmer
|
8cfcb66cda
|
CI: Refactor sshd configuration into a role
Prep for applying it to macOS 13 GitHub runners.
refs #1186
|
1 year ago |