actions-runner: add Forgejo runner to nix-cache02 with Vault token
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -145,6 +145,12 @@ locals {
|
||||
password_length = 64
|
||||
}
|
||||
|
||||
# Forgejo runner token for nix-cache02
|
||||
"hosts/nix-cache02/forgejo-runner-token" = {
|
||||
auto_generate = false
|
||||
data = { token = var.forgejo_runner_token }
|
||||
}
|
||||
|
||||
# Loki push authentication (used by Promtail on all hosts)
|
||||
"shared/loki/push-auth" = {
|
||||
auto_generate = true
|
||||
|
||||
Reference in New Issue
Block a user