mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #455] [Feature] v3版本批量SSH部署证书功能简化 #284
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#284
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yanyu469 on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/455
功能描述
会有一些场景需要对一批机器批量部署证书,之前看到一个issue里提到的,可以让授权里的ip字段可以输入多个ip,然后在执行层面,循环执行。
动机
v3版本现在可以自定义工作流,确实能达成这个目的,但是当机器数过多的时候,部署的工作流界面会展示很多分支。导致部署流程不够直观。
替代方案
希望一条部署链路里,只关注一个渠道方式的部署,授权支持多ip。
@fudiwei commented on GitHub (Feb 20, 2025):
一个想法:机器数量过多的话通过 ansible 一类的运维工具来部署是不是更合适一些?certimate 只负责去触发 ansible。
而且用 ansible 的话有部分出错了还支持回滚在,这点 certimate 没法做到。