mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
16 lines
314 B
YAML
16 lines
314 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: ssh-config
|
|
labels:
|
|
app: docstranslation
|
|
stringData:
|
|
id_rsa_docs_trans: |-
|
|
{{ lookup('file', ssh_key_path) | indent(4) }}
|
|
config: |-
|
|
Host pagure.io
|
|
User git
|
|
IdentityFile /workspace/.ssh/id_rsa_docs_trans
|
|
StrictHostKeyChecking no
|