forked from yindun/ansible-devops
This commit is contained in:
parent
297cff33aa
commit
4b6db85dc2
|
|
@ -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组件
|
||||||
|
|
||||||
# 版本组合定义
|
# 版本组合定义
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue