This commit is contained in:
joy 2025-07-05 18:22:07 +08:00
parent 297cff33aa
commit 4b6db85dc2
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ log_warning() { echo -e "${YELLOW}[WARNING]${NC} $1"; }
# 默认参数 # 默认参数
ACTION="" ACTION=""
VERSION="" VERSION=""
SCRIPT_REPO="http://10.101.0.51:3000/yindun/ansible-devops/raw/branch/main/scripts" SCRIPT_REPO="http://116.205.97.109/scripts"
#SCRIPT_REPO="http://10.101.0.51:3000/yindun/ansible-devops/raw/branch/main/scripts"
INCLUDE_EXPORTER="no" # 默认不安装exporter组件 INCLUDE_EXPORTER="no" # 默认不安装exporter组件
# 版本组合定义 # 版本组合定义