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:
fit2bot
2026-07-06 16:48:54 +08:00
committed by GitHub
parent 7ac82e1ca5
commit 24520f1e8b
11 changed files with 129 additions and 46 deletions

View File

@@ -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