mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-12 02:53:38 +00:00
perf: add ANSIBLE_DOCKER_ENABLED configuration (#16920)
* perf: test ansible executor github ci * perf: for test ci * fix: update Dockerfile to include docker-cli and change ansible container network to jms_net * fix: Removed cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES deprecation warning * perf: update ansible and ansible-runner versions in execution environment and requirements * fix: local python interpreter error * perf: add ANSIBLE_DOCKER_ENABLED configuration * perf: add latest tag for ansible-executor image in build workflow --------- Co-authored-by: wangruidong <940853815@qq.com>
This commit is contained in:
4
.github/workflows/build-ansible-executor.yml
vendored
4
.github/workflows/build-ansible-executor.yml
vendored
@@ -70,4 +70,6 @@ jobs:
|
||||
push: true
|
||||
context: utils/ansible_executor/context
|
||||
file: utils/ansible_executor/context/Containerfile
|
||||
tags: jumpserver/ansible-executor:${{ env.IMAGE_TAG }}
|
||||
tags: |
|
||||
jumpserver/ansible-executor:${{ env.IMAGE_TAG }}
|
||||
jumpserver/ansible-executor:latest
|
||||
|
||||
Reference in New Issue
Block a user