mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-11 18:16:38 +00:00
* 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>
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
# Aligned with JumpServer pyproject.toml ansible-related Python deps.
|
|
paramiko==3.5.1
|
|
sshtunnel==0.4.0
|
|
pywinrm==0.4.3
|
|
telnetlib3==4.0.2
|
|
mysqlclient==2.2.4
|
|
pymssql==2.3.10
|
|
pymongo==4.6.3
|
|
oracledb==3.4.2
|
|
pyfreerdp==0.0.4
|