feat: 支持Oracle、MongoDB、SQLServer数据库的自动化脚本部分功能

This commit is contained in:
jiangweidong
2022-11-09 18:23:00 +08:00
parent dca92a1e04
commit 8e2c048f0c
42 changed files with 1668 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ RUN pip install --upgrade pip==20.2.4 setuptools==49.6.0 wheel==0.34.2 -i ${PIP_
ARG VERSION
ENV VERSION=$VERSION
ENV ANSIBLE_LIBRARY=/opt/jumpserver/apps/ops/ansible/modules
ADD . .
RUN cd utils \
&& bash -ixeu build.sh \