mirror of https://github.com/jumpserver/jumpserver
perf: 优化自动化任务在平台中的名称显示
parent
b98ccf8b3d
commit
f4c29a262a
|
@ -15,5 +15,6 @@ params:
|
|||
|
||||
i18n:
|
||||
SSH account change secret:
|
||||
zh: SSH 账号改密
|
||||
ja: SSH アカウントのパスワード変更
|
||||
zh: 使用 SSH 命令行自定义改密
|
||||
ja: SSH コマンドライン方式でカスタムパスワード変更
|
||||
en: Custom password change by SSH command line
|
||||
|
|
|
@ -7,5 +7,6 @@ method: change_secret
|
|||
|
||||
i18n:
|
||||
MongoDB account change secret:
|
||||
zh: MongoDB 账号改密
|
||||
ja: MongoDB アカウントのパスワード変更
|
||||
zh: 使用 Ansible 模块 mongodb 执行 MongoDB 账号改密
|
||||
ja: Ansible mongodb モジュールを使用して MongoDB アカウントのパスワード変更
|
||||
en: Using Ansible module mongodb to change MongoDB account secret
|
||||
|
|
|
@ -8,5 +8,6 @@ method: change_secret
|
|||
|
||||
i18n:
|
||||
MySQL account change secret:
|
||||
zh: MySQL 账号改密
|
||||
ja: MySQL アカウントのパスワード変更
|
||||
zh: 使用 Ansible 模块 mysql 执行 MySQL 账号改密
|
||||
ja: Ansible mysql モジュールを使用して MySQL アカウントのパスワード変更
|
||||
en: Using Ansible module mysql to change MySQL account secret
|
||||
|
|
|
@ -7,5 +7,6 @@ method: change_secret
|
|||
|
||||
i18n:
|
||||
AIX account change secret:
|
||||
zh: AIX 账号改密
|
||||
ja: AIX アカウントのパスワード変更
|
||||
zh: 使用 Ansible 模块 user 执行账号改密 (DES)
|
||||
ja: Ansible user モジュールを使用してアカウントのパスワード変更 (DES)
|
||||
en: Using Ansible module user to change account secret (DES)
|
||||
|
|
|
@ -8,5 +8,6 @@ method: change_secret
|
|||
|
||||
i18n:
|
||||
Posix account change secret:
|
||||
zh: Posix 账号改密
|
||||
ja: Posix アカウントのパスワード変更
|
||||
zh: 使用 Ansible 模块 user 执行账号改密 (SHA512)
|
||||
ja: Ansible user モジュールを使用して アカウントのパスワード変更 (SHA512)
|
||||
en: Using Ansible module user to change account secret (SHA512)
|
||||
|
|
|
@ -8,5 +8,6 @@ type:
|
|||
|
||||
i18n:
|
||||
Windows account change secret:
|
||||
zh: Windows 账号改密
|
||||
ja: Windows アカウントのパスワード変更
|
||||
zh: 使用 Ansible 模块 win_user 执行 Windows 账号改密
|
||||
ja: Ansible win_user モジュールを使用して Windows アカウントのパスワード変更
|
||||
en: Using Ansible module win_user to change Windows account secret
|
||||
|
|
|
@ -8,5 +8,6 @@ method: gather_accounts
|
|||
|
||||
i18n:
|
||||
Posix account gather:
|
||||
zh: Posix 账号收集
|
||||
ja: Posix アカウントの収集
|
||||
zh: 使用命令 getent passwd 收集 Posix 资产账号
|
||||
ja: コマンド getent を使用してアセットアカウントを収集する
|
||||
en: Using command getent to gather accounts
|
||||
|
|
|
@ -8,5 +8,6 @@ type:
|
|||
|
||||
i18n:
|
||||
Windows account gather:
|
||||
zh: Windows 账号收集
|
||||
ja: Windows アカウントの収集
|
||||
zh: 使用命令 net user 收集 Windows 账号
|
||||
ja: コマンド net user を使用して Windows アカウントを収集する
|
||||
en: Using command net user to gather accounts
|
||||
|
|
|
@ -7,5 +7,6 @@ method: push_account
|
|||
|
||||
i18n:
|
||||
MongoDB account push:
|
||||
zh: MongoDB 账号推送
|
||||
ja: MongoDB アカウントのプッシュ
|
||||
zh: 使用 Ansible 模块 mongodb 执行 MongoDB 账号推送
|
||||
ja: Ansible mongodb モジュールを使用してアカウントをプッシュする
|
||||
en: Using Ansible module mongodb to push account
|
||||
|
|
|
@ -8,5 +8,6 @@ method: push_account
|
|||
|
||||
i18n:
|
||||
MySQL account push:
|
||||
zh: MySQL 账号推送
|
||||
ja: MySQL アカウントのプッシュ
|
||||
zh: 使用 Ansible 模块 mysql 执行 MySQL 账号推送
|
||||
ja: Ansible mysql モジュールを使用してアカウントをプッシュする
|
||||
en: Using Ansible module mysql to push account
|
||||
|
|
|
@ -7,5 +7,6 @@ method: push_account
|
|||
|
||||
i18n:
|
||||
Oracle account push:
|
||||
zh: Oracle 账号推送
|
||||
ja: Oracle アカウントのプッシュ
|
||||
zh: 使用 Python 模块 oracledb 执行 Oracle 账号推送
|
||||
ja: Python oracledb モジュールを使用してアカウントをプッシュする
|
||||
en: Using Python module oracledb to push account
|
||||
|
|
|
@ -7,5 +7,6 @@ method: push_account
|
|||
|
||||
i18n:
|
||||
PostgreSQL account push:
|
||||
zh: PostgreSQL 账号推送
|
||||
ja: PostgreSQL アカウントのプッシュ
|
||||
zh: 使用 Ansible 模块 postgresql 执行 PostgreSQL 账号推送
|
||||
ja: Ansible postgresql モジュールを使用してアカウントをプッシュする
|
||||
en: Using Ansible module postgresql to push account
|
||||
|
|
|
@ -7,5 +7,6 @@ method: push_account
|
|||
|
||||
i18n:
|
||||
SQLServer account push:
|
||||
zh: SQLServer 账号推送
|
||||
ja: SQLServer アカウントのプッシュ
|
||||
zh: 使用 Ansible 模块 mssql 执行 SQLServer 账号推送
|
||||
ja: Ansible mssql モジュールを使用してアカウントをプッシュする
|
||||
en: Using Ansible module mssql to push account
|
||||
|
|
|
@ -30,6 +30,7 @@ params:
|
|||
|
||||
i18n:
|
||||
Aix account push:
|
||||
zh: Aix 账号推送
|
||||
ja: Aix アカウントのプッシュ
|
||||
zh: 使用 Ansible 模块 user 执行 Aix 账号推送 (DES)
|
||||
ja: Ansible user モジュールを使用して Aix アカウントをプッシュする (DES)
|
||||
en: Using Ansible module user to push account (DES)
|
||||
|
||||
|
|
|
@ -32,5 +32,6 @@ params:
|
|||
|
||||
i18n:
|
||||
Posix account push:
|
||||
zh: Posix 账号推送
|
||||
ja: Posix アカウントのプッシュ
|
||||
zh: 使用 Ansible 模块 user 执行账号推送 (sha512)
|
||||
ja: Ansible user モジュールを使用してアカウントをプッシュする (sha512)
|
||||
en: Using Ansible module user to push account (sha512)
|
||||
|
|
|
@ -14,5 +14,6 @@ params:
|
|||
|
||||
i18n:
|
||||
Windows account push:
|
||||
zh: Windows 账号推送
|
||||
ja: Windows アカウントのプッシュ
|
||||
zh: 使用 Ansible 模块 win_user 执行 Windows 账号推送
|
||||
ja: Ansible win_user モジュールを使用して Windows アカウントをプッシュする
|
||||
en: Using Ansible module win_user to push account
|
||||
|
|
|
@ -9,5 +9,6 @@ method: verify_account
|
|||
|
||||
i18n:
|
||||
SSH account verify:
|
||||
zh: SSH 账号验证
|
||||
ja: SSH アカウントの検証
|
||||
zh: 使用 Python 模块 paramiko 验证账号
|
||||
ja: Python モジュール paramiko を使用してアカウントを検証する
|
||||
en: Using Python module paramiko to verify account
|
||||
|
|
|
@ -7,5 +7,6 @@ method: verify_account
|
|||
|
||||
i18n:
|
||||
MongoDB account verify:
|
||||
zh: MongoDB 账号验证
|
||||
ja: MongoDB アカウントの検証
|
||||
zh: 使用 Ansible 模块 mongodb 验证账号
|
||||
ja: Ansible mongodb モジュールを使用してアカウントを検証する
|
||||
en: Using Ansible module mongodb to verify account
|
||||
|
|
|
@ -8,5 +8,7 @@ method: verify_account
|
|||
|
||||
i18n:
|
||||
MySQL account verify:
|
||||
zh: MySQL 账号验证
|
||||
ja: MySQL アカウントの検証
|
||||
zh: 使用 Ansible 模块 mysql 验证账号
|
||||
ja: Ansible mysql モジュールを使用してアカウントを検証する
|
||||
en: Using Ansible module mysql to verify account
|
||||
|
||||
|
|
|
@ -7,5 +7,6 @@ method: verify_account
|
|||
|
||||
i18n:
|
||||
Oracle account verify:
|
||||
zh: Oracle 账号验证
|
||||
ja: Oracle アカウントの検証
|
||||
zh: 使用 Python 模块 oracledb 验证账号
|
||||
ja: Python モジュール oracledb を使用してアカウントを検証する
|
||||
en: Using Python module oracledb to verify account
|
||||
|
|
|
@ -7,5 +7,6 @@ method: verify_account
|
|||
|
||||
i18n:
|
||||
PostgreSQL account verify:
|
||||
zh: PostgreSQL 账号验证
|
||||
ja: PostgreSQL アカウントの検証
|
||||
zh: 使用 Ansible 模块 postgresql 验证账号
|
||||
ja: Ansible postgresql モジュールを使用してアカウントを検証する
|
||||
en: Using Ansible module postgresql to verify account
|
||||
|
|
|
@ -7,5 +7,6 @@ method: verify_account
|
|||
|
||||
i18n:
|
||||
SQLServer account verify:
|
||||
zh: SQLServer 账号验证
|
||||
ja: SQLServer アカウントの検証
|
||||
zh: 使用 Ansible 模块 mssql 验证账号
|
||||
ja: Ansible mssql モジュールを使用してアカウントを検証する
|
||||
en: Using Ansible module mssql to verify account
|
||||
|
|
|
@ -8,5 +8,6 @@ method: verify_account
|
|||
|
||||
i18n:
|
||||
Posix account verify:
|
||||
zh: Posix 账号验证
|
||||
ja: Posix アカウントの検証
|
||||
zh: 使用 Ansible 模块 ping 验证账号
|
||||
ja: Ansible ping モジュールを使用してアカウントを検証する
|
||||
en: Using Ansible module ping to verify account
|
||||
|
|
|
@ -7,6 +7,7 @@ type:
|
|||
- windows
|
||||
|
||||
i18n:
|
||||
Windows account verify:
|
||||
zh: Windows 账号验证
|
||||
ja: Windows アカウントの検証
|
||||
Windows account verify:
|
||||
zh: 使用 Ansible 模块 win_ping 验证账号
|
||||
ja: Ansible win_ping モジュールを使用してアカウントを検証する
|
||||
en: Using Ansible module win_ping to verify account
|
||||
|
|
|
@ -6,6 +6,6 @@ type:
|
|||
method: gather_facts
|
||||
i18n:
|
||||
Gather facts from MongoDB:
|
||||
zh: 从 MongoDB 获取信息
|
||||
en: Gather facts from MongoDB
|
||||
ja: MongoDBから事実を取得する
|
||||
zh: 使用 Ansible 模块 mongodb 获取 mongodb 信息
|
||||
en: Gather facts from MongoDB using mongodb module
|
||||
ja: mongodbモジュールを使用して MongoDBから情報を収集する
|
||||
|
|
|
@ -7,6 +7,6 @@ type:
|
|||
method: gather_facts
|
||||
i18n:
|
||||
Gather facts from MySQL:
|
||||
zh: 从 MySQL 获取信息
|
||||
en: Gather facts from MySQL
|
||||
ja: MySQLから事実を取得する
|
||||
zh: 使用 Ansible 模块 mysql 从 MySQL server 获取信息
|
||||
en: Gather facts from MySQL server using mysql module
|
||||
ja: mysqlモジュールを使用して MySQL serverから情報を収集する
|
||||
|
|
|
@ -6,6 +6,6 @@ type:
|
|||
method: gather_facts
|
||||
i18n:
|
||||
Gather facts from Oracle:
|
||||
zh: 从 Oracle 获取信息
|
||||
en: Gather facts from Oracle
|
||||
ja: Oracleから事実を取得する
|
||||
zh: 使用 oracledb 模块获取 Oracle 信息
|
||||
en: Gather facts from Oracle using oracledb module
|
||||
ja: oracledbモジュールを使用して Oracleから情報を収集する
|
||||
|
|
|
@ -6,6 +6,6 @@ type:
|
|||
method: gather_facts
|
||||
i18n:
|
||||
Gather facts for PostgreSQL:
|
||||
zh: 从 PostgreSQL 获取信息
|
||||
en: Gather facts for PostgreSQL
|
||||
ja: PostgreSQLから事実を取得する
|
||||
zh: 使用 Ansible 模块 postgresql 获取 PostgreSQL 信息
|
||||
en: Gather facts for PostgreSQL using postgresql module
|
||||
ja: postgresqlモジュールを使用して PostgreSQLから情報を収集する
|
||||
|
|
|
@ -7,6 +7,6 @@ type:
|
|||
method: gather_facts
|
||||
i18n:
|
||||
Gather posix facts:
|
||||
zh: 从 Posix 主机获取信息
|
||||
en: Gather posix facts
|
||||
ja: Posixから事実を取得する
|
||||
zh: 使用 Ansible 指令 gather_facts 从主机获取设备信息
|
||||
en: Gather facts from asset using gather_facts
|
||||
ja: gather_factsを使用してPosixから情報を収集する
|
||||
|
|
|
@ -7,6 +7,6 @@ type:
|
|||
- windows
|
||||
i18n:
|
||||
Gather facts windows:
|
||||
zh: 从 Windows 获取硬件信息
|
||||
en: Gather facts windows
|
||||
ja: Windowsから事実を取得する
|
||||
zh: 使用 Ansible 指令 gather_facts 从 Windows 获取设备信息
|
||||
en: Gather facts from Windows using gather_facts
|
||||
ja: gather_factsを使用してWindowsから情報を収集する
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
id: ping_by_ssh
|
||||
name: Ping by SSH
|
||||
name: "{{ 'Ping by paramiko' | trans }}"
|
||||
category:
|
||||
- device
|
||||
- host
|
||||
type:
|
||||
- all
|
||||
method: ping
|
||||
i18n:
|
||||
Ping by paramiko:
|
||||
zh: 使用 Python 模块 paramiko 测试主机可连接性
|
||||
en: Ping by paramiko module
|
||||
ja: Paramikoモジュールを使用してホストにPingする
|
||||
|
|
|
@ -6,6 +6,6 @@ type:
|
|||
method: ping
|
||||
i18n:
|
||||
Ping MongoDB:
|
||||
zh: 测试 MongoDB 可连接性
|
||||
en: Ping MongoDB
|
||||
ja: MongoDBにPingする
|
||||
zh: 使用 Ansible 模块 mongodb 来测试 MongoDB 可连接性
|
||||
en: Use ansible mongodb module to test MongoDB
|
||||
ja: Ansible mongodbモジュールを使用してテストする MongoDB
|
||||
|
|
|
@ -7,6 +7,6 @@ type:
|
|||
method: ping
|
||||
i18n:
|
||||
Ping MySQL:
|
||||
zh: 测试 MySQL 可连接性
|
||||
en: Ping MySQL
|
||||
ja: MySQLにPingする
|
||||
zh: 使用 Ansible 模块 mysql 来测试 MySQL 可连接性
|
||||
en: Use ansible mysql module to test MySQL
|
||||
ja: Ansible mysqlモジュールを使用してテストする MySQL
|
||||
|
|
|
@ -6,6 +6,6 @@ type:
|
|||
method: ping
|
||||
i18n:
|
||||
Ping Oracle:
|
||||
zh: 测试 Oracle 可连接性
|
||||
en: Ping Oracle
|
||||
ja: OracleにPingする
|
||||
zh: 使用 python oracledb 模块来测试 Oracle 可连接性
|
||||
en: Use python oracledb module to test Oracle
|
||||
ja: Python oracledbモジュールを使用してテストする Oracle
|
||||
|
|
|
@ -6,6 +6,6 @@ type:
|
|||
method: ping
|
||||
i18n:
|
||||
Ping PostgreSQL:
|
||||
zh: 测试 PostgreSQL 可连接性
|
||||
en: Ping PostgreSQL
|
||||
ja: PostgreSQLにPingする
|
||||
zh: 使用 Ansible 模块 postgresql 来测试 PostgreSQL 连接性
|
||||
en: Ping PostgreSQL using ansible postgresql module
|
||||
ja: ansible postgresql モジュールを使用して PostgreSQL に ping を送信する
|
||||
|
|
|
@ -6,6 +6,6 @@ type:
|
|||
method: ping
|
||||
i18n:
|
||||
Ping SQLServer:
|
||||
zh: 测试 SQLServer 可连接性
|
||||
en: Ping SQLServer
|
||||
ja: SQLServerにPingする
|
||||
zh: 使用 Ansible 模块 mssql 来测试 SQLServer 连接性
|
||||
en: Ping SQLServer using ansible mssql module
|
||||
ja: ansible mssql モジュールを使用して SQLServer に ping を送信する
|
||||
|
|
|
@ -8,6 +8,6 @@ method: ping
|
|||
|
||||
i18n:
|
||||
Posix ping:
|
||||
zh: 测试 Posix 可连接性
|
||||
en: Posix ping
|
||||
ja: Posix ピング
|
||||
zh: 使用 Ansible 模块 ping 来测试可连接性
|
||||
en: Use Ansible builtin module ping to test Posix
|
||||
ja: Ansible 組み込みモジュール ping を使用してテストする Posix
|
||||
|
|
|
@ -7,6 +7,6 @@ type:
|
|||
- windows
|
||||
i18n:
|
||||
Windows ping:
|
||||
zh: 测试 Windows 可连接性
|
||||
en: Windows ping
|
||||
ja: Windows ピング
|
||||
zh: 使用 Ansible 模块 内置模块 win_ping 来测试可连接性
|
||||
en: Use Ansible builtin module win_ping to test Windows
|
||||
ja: Ansible 組み込みモジュール win_ping を使用してテストする Windows
|
||||
|
|
Loading…
Reference in New Issue