module
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: MIT
Opens a new window with license information.
README
¶
kobe
kobe 是 Ansible 的轻量级封装,提供了 grpc api 和 golang cli。
主要功能
部署
# 清理容器
docker ps -a | grep kobe | awk '{print $1}' | xargs docker rm -f
# 构建镜像
make docker
# 部署
make docker-deploy
Click to show internal directories.
Click to hide internal directories.