fix: remove manual cert task and refine setup summary

This commit is contained in:
Haitao Pan 2026-02-03 03:19:20 +08:00
parent aa2a53157d
commit 61f91053f8
2 changed files with 6 additions and 6 deletions

View File

@ -32,8 +32,8 @@
#--------------------------------------------------------------#
# issue /etc/pki/infra.{key,crt} for prometheus & patronictl
# infra_cert_issue, infra_cert_copy
- import_tasks: cert.yml
tags: infra_cert
# - import_tasks: cert.yml
# tags: infra_cert
#--------------------------------------------------------------#
# 6. DNS [dns]

View File

@ -138,12 +138,12 @@ fi
echo -e "\n${GREEN}Successfully deployed observability.svc.plus!${NC}"
echo -e "----------------------------------------------------------------"
echo -e "URL : https://${DOMAIN}"
echo -e "User : admin"
echo -e "Dashboard : https://${DOMAIN}"
echo -e "user : admin"
echo -e "Pass : pigsty"
echo -e "----------------------------------------------------------------"
echo -e "Otel_endpoint : http://${DOMAIN}:4317 (gRPC)"
echo -e "Otel_endpoint : http://${DOMAIN}:4318 (HTTP)"
echo -e "Otel_endpoint : http://${DOMAIN}:4317"
echo -e "Otel_endpoint : http://${DOMAIN}:4318"
echo -e "----------------------------------------------------------------"
echo -e "查询 (PromQL) : http://${DOMAIN}:8428/api/v1/query"
echo -e "写入 (Remote) : http://${DOMAIN}:8428/api/v1/write"