mirror of https://github.com/jumpserver/jumpserver
Merge pull request #10969 from jumpserver/pr@dev@fix_ansibletesterror
fix: 修复 Ansible 测试资产可连接性报错的问题(Connection to UNKNOWN port 65535 timed out)pull/10979/head
commit
7f5b0618c6
|
@ -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