benvin
1e0f1762d3
ci: fetch vault from artifactapi instead of dnf install
...
ci/woodpecker/pr/plan Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline was successful
CI installed vault by shelling out to `dnf install vault -y`, which reads
metadata for every enabled repo (appstream/baseos/crb/epel/ha) and downloads
the 169MB vendored vault RPM from the unkin repo on every pipeline run
(~39s per plan/apply job).
- Replace the dnf install with a pinned curl of the upstream vault zip from
the artifactapi hashicorp-releases remote proxy, extracted with python3 to
/usr/local/bin/vault.
- Pin the version via a VAULT_VERSION env var (1.20.0).
2026-07-25 00:27:21 +10:00
unkinben
3876fa818d
chore: bump almalinux9 image tags ( #72 )
...
ci/woodpecker/push/apply Pipeline was successful
Bump almalinux9 image tags to 20260606
Reviewed-on: #72
Co-authored-by: Ben Vincent <ben@unkin.net >
Co-committed-by: Ben Vincent <ben@unkin.net >
2026-06-07 00:35:30 +10:00
unkinben
a548bf1cb1
fix: apply requires plan ( #71 )
...
ci/woodpecker/push/apply Pipeline was successful
- ensure make plan runs before make apply when deploying
Reviewed-on: #71
2026-05-22 00:03:08 +10:00
unkinben
93ba86baf3
feat: add apply workflow ( #70 )
...
ci/woodpecker/push/apply Pipeline was successful
Reviewed-on: #70
2026-05-21 23:57:25 +10:00
unkinben
9cbac6d3ef
feat: add plan workflow
...
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
- update makefile to enable kubernetes auth or roleid auth
- add plan workflow
- update all policies to allow the terraform-vault kubernetes role
2026-05-21 23:52:30 +10:00
unkinben
c61434b692
chore: change to specific ci image
...
ci/woodpecker/pr/pre-commit Pipeline was successful
- almalinux9-opentofu image contains all required tools
2026-03-09 01:14:41 +11:00
unkinben
66119e5207
feat: add pre-commit check in ci
...
ci/woodpecker/pr/pre-commit Pipeline was successful
- add a ci workflow to verify pre-commit passes
- fix pre-commit errors/warnings:
- missing required_version
- missing required_providers
- fixed terraform_deprecated_interpolation
- removed terraform_unused_declarations
2026-02-28 21:42:47 +11:00