Merge pull request #10969 from jumpserver/pr@dev@fix_ansibletesterror

fix: 修复 Ansible 测试资产可连接性报错的问题(Connection to UNKNOWN port 65535 timed out)
pull/10979/head
老广 2023-07-17 10:27:48 +08:00 committed by GitHub
commit 7f5b0618c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
[defaults]
forks = 10
forks = 10
host_key_checking = False
library = /opt/jumpserver/apps/ops/ansible/modules:./modules
library = /opt/jumpserver/apps/ops/ansible/modules:./modules
timeout = 65
[inventory]
[privilege_escalation]
[paramiko_connection]