2022-05-14 11:29:57 +07:00
|
|
|
# Gitea
|
2022-03-03 02:54:54 +07:00
|
|
|
- path: gitea/admin
|
|
|
|
data:
|
|
|
|
- key: password
|
|
|
|
length: 32
|
|
|
|
special: true
|
2022-05-14 11:29:57 +07:00
|
|
|
# TODO create tokens and put to Vault automatically
|
|
|
|
# - gitea/renovate:
|
|
|
|
# - id
|
|
|
|
# - token
|
|
|
|
# - gitea/dex:
|
|
|
|
# - client_id
|
|
|
|
# - client_secret
|
2022-05-14 20:59:15 +07:00
|
|
|
# TODO import to vault?
|
|
|
|
# - metal/ssh:
|
|
|
|
# - private_key # needs ending new line https://github.com/ansible/awx/issues/9082
|
|
|
|
# - external/terraform-cloud:
|
|
|
|
# - token
|
|
|
|
# - external/cloudflare:
|
|
|
|
# - email
|
|
|
|
# - api_token
|
|
|
|
# - account_id
|
2022-05-14 11:29:57 +07:00
|
|
|
|
|
|
|
# Dex
|
|
|
|
- path: dex/grafana
|
2022-03-03 02:54:54 +07:00
|
|
|
data:
|
2022-05-14 11:29:57 +07:00
|
|
|
- key: client_secret
|
|
|
|
length: 32
|
2022-03-03 02:54:54 +07:00
|
|
|
special: false
|
2022-05-14 11:29:57 +07:00
|
|
|
|
|
|
|
# Trow
|
2022-03-03 02:54:54 +07:00
|
|
|
- path: trow/admin
|
|
|
|
data:
|
|
|
|
- key: password
|
|
|
|
length: 32
|
|
|
|
special: true
|
2022-05-14 11:29:57 +07:00
|
|
|
|
|
|
|
# Matrix
|
2022-03-24 10:16:20 +07:00
|
|
|
- path: matrix/bot/alert
|
2022-03-03 02:54:54 +07:00
|
|
|
data:
|
|
|
|
- key: password
|
|
|
|
length: 32
|
|
|
|
special: true
|