fix: 修复 Ansible 测试资产可连接性报错的问题(Connection to UNKNOWN port 65535 timed out)

pull/10969/head
Bai 2023-07-14 19:18:13 +08:00
parent f504413d7f
commit 4da0fadcc4
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]