init: seed framework reference content from agent-runtimes main repo
This commit is contained in:
24
harnesses/contexts/gitea-ssh-homelab/v1/harness.yaml
Normal file
24
harnesses/contexts/gitea-ssh-homelab/v1/harness.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
kind: context
|
||||
name: gitea-ssh-homelab
|
||||
version: 1
|
||||
description: "Gitea SSH: clone/push via SSH key for gitea.oreillyit.nz (cluster-administrator / homelab org)"
|
||||
requires: []
|
||||
provides: [git-access]
|
||||
|
||||
git_identity:
|
||||
name: "agent-runtimes"
|
||||
email: "agent@oreillyit.nz"
|
||||
|
||||
ssh_hosts:
|
||||
- alias: gitea.oreillyit.nz-homelab
|
||||
hostname: gitea.oreillyit.nz
|
||||
user: git
|
||||
identity_secret: GITEA_SSH_KEY
|
||||
|
||||
scripts:
|
||||
init: "./init.sh"
|
||||
|
||||
secrets_files:
|
||||
- source: ./ssh-key.sops.env
|
||||
target: /opt/harness/secrets/gitea-ssh-homelab/ssh-key.sops.env
|
||||
encrypted: true
|
||||
Reference in New Issue
Block a user