mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-24 21:08:30 +00:00
perf: Windows AD
This commit is contained in:
@@ -3,8 +3,10 @@ name: "{{ 'Ping by pyfreerdp' | trans }}"
|
||||
category:
|
||||
- device
|
||||
- host
|
||||
- ds
|
||||
type:
|
||||
- windows
|
||||
- windows_ad
|
||||
method: ping
|
||||
protocol: rdp
|
||||
priority: 1
|
||||
|
@@ -3,6 +3,7 @@ name: "{{ 'Ping by paramiko' | trans }}"
|
||||
category:
|
||||
- device
|
||||
- host
|
||||
- ds
|
||||
type:
|
||||
- all
|
||||
method: ping
|
||||
|
@@ -3,6 +3,7 @@ name: "{{ 'Ping by telnet' | trans }}"
|
||||
category:
|
||||
- device
|
||||
- host
|
||||
- ds
|
||||
type:
|
||||
- all
|
||||
method: ping
|
||||
|
@@ -2,9 +2,12 @@ id: win_ping
|
||||
name: "{{ 'Windows ping' | trans }}"
|
||||
version: 1
|
||||
method: ping
|
||||
category: host
|
||||
category:
|
||||
- host
|
||||
- ds
|
||||
type:
|
||||
- windows
|
||||
- windows_ad
|
||||
i18n:
|
||||
Windows ping:
|
||||
zh: 使用 Ansible 模块 内置模块 win_ping 来测试可连接性
|
||||
|
Reference in New Issue
Block a user