perf: 优化自动化任务在平台中的名称显示

pull/10595/head
ibuler 2023-05-30 16:42:20 +08:00 committed by Jiangjie.Bai
parent b98ccf8b3d
commit f4c29a262a
38 changed files with 119 additions and 89 deletions

View File

@ -15,5 +15,6 @@ params:
i18n: i18n:
SSH account change secret: SSH account change secret:
zh: SSH 账号改密 zh: 使用 SSH 命令行自定义改密
ja: SSH アカウントのパスワード変更 ja: SSH コマンドライン方式でカスタムパスワード変更
en: Custom password change by SSH command line

View File

@ -7,5 +7,6 @@ method: change_secret
i18n: i18n:
MongoDB account change secret: MongoDB account change secret:
zh: MongoDB 账号改密 zh: 使用 Ansible 模块 mongodb 执行 MongoDB 账号改密
ja: MongoDB アカウントのパスワード変更 ja: Ansible mongodb モジュールを使用して MongoDB アカウントのパスワード変更
en: Using Ansible module mongodb to change MongoDB account secret

View File

@ -8,5 +8,6 @@ method: change_secret
i18n: i18n:
MySQL account change secret: MySQL account change secret:
zh: MySQL 账号改密 zh: 使用 Ansible 模块 mysql 执行 MySQL 账号改密
ja: MySQL アカウントのパスワード変更 ja: Ansible mysql モジュールを使用して MySQL アカウントのパスワード変更
en: Using Ansible module mysql to change MySQL account secret

View File

@ -7,5 +7,6 @@ method: change_secret
i18n: i18n:
AIX account change secret: AIX account change secret:
zh: AIX 账号改密 zh: 使用 Ansible 模块 user 执行账号改密 (DES)
ja: AIX アカウントのパスワード変更 ja: Ansible user モジュールを使用してアカウントのパスワード変更 (DES)
en: Using Ansible module user to change account secret (DES)

View File

@ -8,5 +8,6 @@ method: change_secret
i18n: i18n:
Posix account change secret: Posix account change secret:
zh: Posix 账号改密 zh: 使用 Ansible 模块 user 执行账号改密 (SHA512)
ja: Posix アカウントのパスワード変更 ja: Ansible user モジュールを使用して アカウントのパスワード変更 (SHA512)
en: Using Ansible module user to change account secret (SHA512)

View File

@ -8,5 +8,6 @@ type:
i18n: i18n:
Windows account change secret: Windows account change secret:
zh: Windows 账号改密 zh: 使用 Ansible 模块 win_user 执行 Windows 账号改密
ja: Windows アカウントのパスワード変更 ja: Ansible win_user モジュールを使用して Windows アカウントのパスワード変更
en: Using Ansible module win_user to change Windows account secret

View File

@ -8,5 +8,6 @@ method: gather_accounts
i18n: i18n:
Posix account gather: Posix account gather:
zh: Posix 账号收集 zh: 使用命令 getent passwd 收集 Posix 资产账号
ja: Posix アカウントの収集 ja: コマンド getent を使用してアセットアカウントを収集する
en: Using command getent to gather accounts

View File

@ -8,5 +8,6 @@ type:
i18n: i18n:
Windows account gather: Windows account gather:
zh: Windows 账号收集 zh: 使用命令 net user 收集 Windows 账号
ja: Windows アカウントの収集 ja: コマンド net user を使用して Windows アカウントを収集する
en: Using command net user to gather accounts

View File

@ -7,5 +7,6 @@ method: push_account
i18n: i18n:
MongoDB account push: MongoDB account push:
zh: MongoDB 账号推送 zh: 使用 Ansible 模块 mongodb 执行 MongoDB 账号推送
ja: MongoDB アカウントのプッシュ ja: Ansible mongodb モジュールを使用してアカウントをプッシュする
en: Using Ansible module mongodb to push account

View File

@ -8,5 +8,6 @@ method: push_account
i18n: i18n:
MySQL account push: MySQL account push:
zh: MySQL 账号推送 zh: 使用 Ansible 模块 mysql 执行 MySQL 账号推送
ja: MySQL アカウントのプッシュ ja: Ansible mysql モジュールを使用してアカウントをプッシュする
en: Using Ansible module mysql to push account

View File

@ -7,5 +7,6 @@ method: push_account
i18n: i18n:
Oracle account push: Oracle account push:
zh: Oracle 账号推送 zh: 使用 Python 模块 oracledb 执行 Oracle 账号推送
ja: Oracle アカウントのプッシュ ja: Python oracledb モジュールを使用してアカウントをプッシュする
en: Using Python module oracledb to push account

View File

@ -7,5 +7,6 @@ method: push_account
i18n: i18n:
PostgreSQL account push: PostgreSQL account push:
zh: PostgreSQL 账号推送 zh: 使用 Ansible 模块 postgresql 执行 PostgreSQL 账号推送
ja: PostgreSQL アカウントのプッシュ ja: Ansible postgresql モジュールを使用してアカウントをプッシュする
en: Using Ansible module postgresql to push account

View File

@ -7,5 +7,6 @@ method: push_account
i18n: i18n:
SQLServer account push: SQLServer account push:
zh: SQLServer 账号推送 zh: 使用 Ansible 模块 mssql 执行 SQLServer 账号推送
ja: SQLServer アカウントのプッシュ ja: Ansible mssql モジュールを使用してアカウントをプッシュする
en: Using Ansible module mssql to push account

View File

@ -30,6 +30,7 @@ params:
i18n: i18n:
Aix account push: Aix account push:
zh: Aix 账号推送 zh: 使用 Ansible 模块 user 执行 Aix 账号推送 (DES)
ja: Aix アカウントのプッシュ ja: Ansible user モジュールを使用して Aix アカウントをプッシュする (DES)
en: Using Ansible module user to push account (DES)

View File

@ -32,5 +32,6 @@ params:
i18n: i18n:
Posix account push: Posix account push:
zh: Posix 账号推送 zh: 使用 Ansible 模块 user 执行账号推送 (sha512)
ja: Posix アカウントのプッシュ ja: Ansible user モジュールを使用してアカウントをプッシュする (sha512)
en: Using Ansible module user to push account (sha512)

View File

@ -14,5 +14,6 @@ params:
i18n: i18n:
Windows account push: Windows account push:
zh: Windows 账号推送 zh: 使用 Ansible 模块 win_user 执行 Windows 账号推送
ja: Windows アカウントのプッシュ ja: Ansible win_user モジュールを使用して Windows アカウントをプッシュする
en: Using Ansible module win_user to push account

View File

@ -9,5 +9,6 @@ method: verify_account
i18n: i18n:
SSH account verify: SSH account verify:
zh: SSH 账号验证 zh: 使用 Python 模块 paramiko 验证账号
ja: SSH アカウントの検証 ja: Python モジュール paramiko を使用してアカウントを検証する
en: Using Python module paramiko to verify account

View File

@ -7,5 +7,6 @@ method: verify_account
i18n: i18n:
MongoDB account verify: MongoDB account verify:
zh: MongoDB 账号验证 zh: 使用 Ansible 模块 mongodb 验证账号
ja: MongoDB アカウントの検証 ja: Ansible mongodb モジュールを使用してアカウントを検証する
en: Using Ansible module mongodb to verify account

View File

@ -8,5 +8,7 @@ method: verify_account
i18n: i18n:
MySQL account verify: MySQL account verify:
zh: MySQL 账号验证 zh: 使用 Ansible 模块 mysql 验证账号
ja: MySQL アカウントの検証 ja: Ansible mysql モジュールを使用してアカウントを検証する
en: Using Ansible module mysql to verify account

View File

@ -7,5 +7,6 @@ method: verify_account
i18n: i18n:
Oracle account verify: Oracle account verify:
zh: Oracle 账号验证 zh: 使用 Python 模块 oracledb 验证账号
ja: Oracle アカウントの検証 ja: Python モジュール oracledb を使用してアカウントを検証する
en: Using Python module oracledb to verify account

View File

@ -7,5 +7,6 @@ method: verify_account
i18n: i18n:
PostgreSQL account verify: PostgreSQL account verify:
zh: PostgreSQL 账号验证 zh: 使用 Ansible 模块 postgresql 验证账号
ja: PostgreSQL アカウントの検証 ja: Ansible postgresql モジュールを使用してアカウントを検証する
en: Using Ansible module postgresql to verify account

View File

@ -7,5 +7,6 @@ method: verify_account
i18n: i18n:
SQLServer account verify: SQLServer account verify:
zh: SQLServer 账号验证 zh: 使用 Ansible 模块 mssql 验证账号
ja: SQLServer アカウントの検証 ja: Ansible mssql モジュールを使用してアカウントを検証する
en: Using Ansible module mssql to verify account

View File

@ -8,5 +8,6 @@ method: verify_account
i18n: i18n:
Posix account verify: Posix account verify:
zh: Posix 账号验证 zh: 使用 Ansible 模块 ping 验证账号
ja: Posix アカウントの検証 ja: Ansible ping モジュールを使用してアカウントを検証する
en: Using Ansible module ping to verify account

View File

@ -7,6 +7,7 @@ type:
- windows - windows
i18n: i18n:
Windows account verify: Windows account verify:
zh: Windows 账号验证 zh: 使用 Ansible 模块 win_ping 验证账号
ja: Windows アカウントの検証 ja: Ansible win_ping モジュールを使用してアカウントを検証する
en: Using Ansible module win_ping to verify account

View File

@ -6,6 +6,6 @@ type:
method: gather_facts method: gather_facts
i18n: i18n:
Gather facts from MongoDB: Gather facts from MongoDB:
zh: 从 MongoDB 获取信息 zh: 使用 Ansible 模块 mongodb 获取 mongodb 信息
en: Gather facts from MongoDB en: Gather facts from MongoDB using mongodb module
ja: MongoDBから事実を取得する ja: mongodbモジュールを使用して MongoDBから情報を収集する

View File

@ -7,6 +7,6 @@ type:
method: gather_facts method: gather_facts
i18n: i18n:
Gather facts from MySQL: Gather facts from MySQL:
zh: 从 MySQL 获取信息 zh: 使用 Ansible 模块 mysql 从 MySQL server 获取信息
en: Gather facts from MySQL en: Gather facts from MySQL server using mysql module
ja: MySQLから事実を取得する ja: mysqlモジュールを使用して MySQL serverから情報を収集する

View File

@ -6,6 +6,6 @@ type:
method: gather_facts method: gather_facts
i18n: i18n:
Gather facts from Oracle: Gather facts from Oracle:
zh: 从 Oracle 获取信息 zh: 使用 oracledb 模块获取 Oracle 信息
en: Gather facts from Oracle en: Gather facts from Oracle using oracledb module
ja: Oracleから事実を取得する ja: oracledbモジュールを使用して Oracleから情報を収集する

View File

@ -6,6 +6,6 @@ type:
method: gather_facts method: gather_facts
i18n: i18n:
Gather facts for PostgreSQL: Gather facts for PostgreSQL:
zh: 从 PostgreSQL 获取信息 zh: 使用 Ansible 模块 postgresql 获取 PostgreSQL 信息
en: Gather facts for PostgreSQL en: Gather facts for PostgreSQL using postgresql module
ja: PostgreSQLから事実を取得する ja: postgresqlモジュールを使用して PostgreSQLから情報を収集する

View File

@ -7,6 +7,6 @@ type:
method: gather_facts method: gather_facts
i18n: i18n:
Gather posix facts: Gather posix facts:
zh: 从 Posix 主机获取信息 zh: 使用 Ansible 指令 gather_facts 从主机获取设备信息
en: Gather posix facts en: Gather facts from asset using gather_facts
ja: Posixから事実を取得する ja: gather_factsを使用してPosixから情報を収集する

View File

@ -7,6 +7,6 @@ type:
- windows - windows
i18n: i18n:
Gather facts windows: Gather facts windows:
zh: 从 Windows 获取硬件信息 zh: 使用 Ansible 指令 gather_facts 从 Windows 获取设备信息
en: Gather facts windows en: Gather facts from Windows using gather_facts
ja: Windowsから事実を取得する ja: gather_factsを使用してWindowsから情報を収集する

View File

@ -1,8 +1,13 @@
id: ping_by_ssh id: ping_by_ssh
name: Ping by SSH name: "{{ 'Ping by paramiko' | trans }}"
category: category:
- device - device
- host - host
type: type:
- all - all
method: ping method: ping
i18n:
Ping by paramiko:
zh: 使用 Python 模块 paramiko 测试主机可连接性
en: Ping by paramiko module
ja: Paramikoモジュールを使用してホストにPingする

View File

@ -6,6 +6,6 @@ type:
method: ping method: ping
i18n: i18n:
Ping MongoDB: Ping MongoDB:
zh: 测试 MongoDB 可连接性 zh: 使用 Ansible 模块 mongodb 来测试 MongoDB 可连接性
en: Ping MongoDB en: Use ansible mongodb module to test MongoDB
ja: MongoDBにPingする ja: Ansible mongodbモジュールを使用してテストする MongoDB

View File

@ -7,6 +7,6 @@ type:
method: ping method: ping
i18n: i18n:
Ping MySQL: Ping MySQL:
zh: 测试 MySQL 可连接性 zh: 使用 Ansible 模块 mysql 来测试 MySQL 可连接性
en: Ping MySQL en: Use ansible mysql module to test MySQL
ja: MySQLにPingする ja: Ansible mysqlモジュールを使用してテストする MySQL

View File

@ -6,6 +6,6 @@ type:
method: ping method: ping
i18n: i18n:
Ping Oracle: Ping Oracle:
zh: 测试 Oracle 可连接性 zh: 使用 python oracledb 模块来测试 Oracle 可连接性
en: Ping Oracle en: Use python oracledb module to test Oracle
ja: OracleにPingする ja: Python oracledbモジュールを使用してテストする Oracle

View File

@ -6,6 +6,6 @@ type:
method: ping method: ping
i18n: i18n:
Ping PostgreSQL: Ping PostgreSQL:
zh: 测试 PostgreSQL 连接性 zh: 使用 Ansible 模块 postgresql 来测试 PostgreSQL 连接性
en: Ping PostgreSQL en: Ping PostgreSQL using ansible postgresql module
ja: PostgreSQLにPingする ja: ansible postgresql モジュールを使用して PostgreSQL に ping を送信する

View File

@ -6,6 +6,6 @@ type:
method: ping method: ping
i18n: i18n:
Ping SQLServer: Ping SQLServer:
zh: 测试 SQLServer 连接性 zh: 使用 Ansible 模块 mssql 来测试 SQLServer 连接性
en: Ping SQLServer en: Ping SQLServer using ansible mssql module
ja: SQLServerにPingする ja: ansible mssql モジュールを使用して SQLServer に ping を送信する

View File

@ -8,6 +8,6 @@ method: ping
i18n: i18n:
Posix ping: Posix ping:
zh: 测试 Posix 可连接性 zh: 使用 Ansible 模块 ping 来测试可连接性
en: Posix ping en: Use Ansible builtin module ping to test Posix
ja: Posix ピング ja: Ansible 組み込みモジュール ping を使用してテストする Posix

View File

@ -7,6 +7,6 @@ type:
- windows - windows
i18n: i18n:
Windows ping: Windows ping:
zh: 测试 Windows 可连接性 zh: 使用 Ansible 模块 内置模块 win_ping 来测试可连接性
en: Windows ping en: Use Ansible builtin module win_ping to test Windows
ja: Windows ピング ja: Ansible 組み込みモジュール win_ping を使用してテストする Windows