cbdc8f35a5
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 8m53s
Gitea Branch PR & Ansible Deployment / Docker Compose & Ansible Lints (push) Failing after 12m35s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 31s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Failing after 19m9s
34 lines
786 B
Django/Jinja
34 lines
786 B
Django/Jinja
{% set vault_addr = 'https://vault.trez.wtf' %}
|
|
{% set secrets_path = 'rinoa-docker/env' %}
|
|
|
|
{
|
|
"metrics": {
|
|
"url": "http://grafana-mimir:9009/api/v1/push",
|
|
"basicAuth": {
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
},
|
|
"logs": {
|
|
"url": "http://grafana-loki:3100/loki/api/v1/push",
|
|
"basicAuth": {
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
},
|
|
"traces": {
|
|
"url": "http://grafana-tempo:4317",
|
|
"basicAuthToken": "",
|
|
"tls": {
|
|
"insecure": true,
|
|
"insecureSkipVerify": true
|
|
}
|
|
},
|
|
"profiles": {
|
|
"url": "http://grafana-pyroscope:4040",
|
|
"basicAuth": {
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
}
|
|
} |