mirror of https://github.com/jumpserver/jumpserver
fix: 修复 Ansible 测试资产可连接性报错的问题(Connection to UNKNOWN port 65535 timed out)
parent
f504413d7f
commit
4da0fadcc4
|
@ -1,7 +1,8 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
forks = 10
|
forks = 10
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
library = /opt/jumpserver/apps/ops/ansible/modules:./modules
|
library = /opt/jumpserver/apps/ops/ansible/modules:./modules
|
||||||
|
timeout = 65
|
||||||
[inventory]
|
[inventory]
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
[paramiko_connection]
|
[paramiko_connection]
|
||||||
|
|
Loading…
Reference in New Issue