mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-23 21:47:27 +00:00
fix: 修复 Ansible 测试资产可连接性报错的问题(Connection to UNKNOWN port 65535 timed out)
This commit is contained in:
parent
f504413d7f
commit
4da0fadcc4
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user