diff --git a/apps/accounts/automations/change_secret/custom/ssh/manifest.yml b/apps/accounts/automations/change_secret/custom/ssh/manifest.yml index 3ac25a231..c46511344 100644 --- a/apps/accounts/automations/change_secret/custom/ssh/manifest.yml +++ b/apps/accounts/automations/change_secret/custom/ssh/manifest.yml @@ -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 diff --git a/apps/accounts/automations/change_secret/database/mongodb/manifest.yml b/apps/accounts/automations/change_secret/database/mongodb/manifest.yml index ce4f6fecf..320b09476 100644 --- a/apps/accounts/automations/change_secret/database/mongodb/manifest.yml +++ b/apps/accounts/automations/change_secret/database/mongodb/manifest.yml @@ -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 diff --git a/apps/accounts/automations/change_secret/database/mysql/manifest.yml b/apps/accounts/automations/change_secret/database/mysql/manifest.yml index 554acd8ba..c7b8253f4 100644 --- a/apps/accounts/automations/change_secret/database/mysql/manifest.yml +++ b/apps/accounts/automations/change_secret/database/mysql/manifest.yml @@ -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 diff --git a/apps/accounts/automations/change_secret/host/aix/manifest.yml b/apps/accounts/automations/change_secret/host/aix/manifest.yml index d95c07032..e84a9b42b 100644 --- a/apps/accounts/automations/change_secret/host/aix/manifest.yml +++ b/apps/accounts/automations/change_secret/host/aix/manifest.yml @@ -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) diff --git a/apps/accounts/automations/change_secret/host/posix/manifest.yml b/apps/accounts/automations/change_secret/host/posix/manifest.yml index 8c6c0d48d..6aa1bba10 100644 --- a/apps/accounts/automations/change_secret/host/posix/manifest.yml +++ b/apps/accounts/automations/change_secret/host/posix/manifest.yml @@ -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) diff --git a/apps/accounts/automations/change_secret/host/windows/manifest.yml b/apps/accounts/automations/change_secret/host/windows/manifest.yml index f04666c66..4480a9ecf 100644 --- a/apps/accounts/automations/change_secret/host/windows/manifest.yml +++ b/apps/accounts/automations/change_secret/host/windows/manifest.yml @@ -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 diff --git a/apps/accounts/automations/gather_accounts/host/posix/manifest.yml b/apps/accounts/automations/gather_accounts/host/posix/manifest.yml index 33534e183..09240351b 100644 --- a/apps/accounts/automations/gather_accounts/host/posix/manifest.yml +++ b/apps/accounts/automations/gather_accounts/host/posix/manifest.yml @@ -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 diff --git a/apps/accounts/automations/gather_accounts/host/windows/manifest.yml b/apps/accounts/automations/gather_accounts/host/windows/manifest.yml index 281f095fe..c98fb0b2b 100644 --- a/apps/accounts/automations/gather_accounts/host/windows/manifest.yml +++ b/apps/accounts/automations/gather_accounts/host/windows/manifest.yml @@ -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 diff --git a/apps/accounts/automations/push_account/database/mongodb/manifest.yml b/apps/accounts/automations/push_account/database/mongodb/manifest.yml index b4c237f78..b5728bee8 100644 --- a/apps/accounts/automations/push_account/database/mongodb/manifest.yml +++ b/apps/accounts/automations/push_account/database/mongodb/manifest.yml @@ -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 diff --git a/apps/accounts/automations/push_account/database/mysql/manifest.yml b/apps/accounts/automations/push_account/database/mysql/manifest.yml index 56e144a3f..5c96d6f1b 100644 --- a/apps/accounts/automations/push_account/database/mysql/manifest.yml +++ b/apps/accounts/automations/push_account/database/mysql/manifest.yml @@ -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 diff --git a/apps/accounts/automations/push_account/database/oracle/manifest.yml b/apps/accounts/automations/push_account/database/oracle/manifest.yml index 729dc4ec7..c88b91e8c 100644 --- a/apps/accounts/automations/push_account/database/oracle/manifest.yml +++ b/apps/accounts/automations/push_account/database/oracle/manifest.yml @@ -7,5 +7,6 @@ method: push_account i18n: Oracle account push: - zh: Oracle 账号推送 - ja: Oracle アカウントのプッシュ \ No newline at end of file + zh: 使用 Python 模块 oracledb 执行 Oracle 账号推送 + ja: Python oracledb モジュールを使用してアカウントをプッシュする + en: Using Python module oracledb to push account diff --git a/apps/accounts/automations/push_account/database/postgresql/manifest.yml b/apps/accounts/automations/push_account/database/postgresql/manifest.yml index 4c8e7febb..5a595185b 100644 --- a/apps/accounts/automations/push_account/database/postgresql/manifest.yml +++ b/apps/accounts/automations/push_account/database/postgresql/manifest.yml @@ -7,5 +7,6 @@ method: push_account i18n: PostgreSQL account push: - zh: PostgreSQL 账号推送 - ja: PostgreSQL アカウントのプッシュ \ No newline at end of file + zh: 使用 Ansible 模块 postgresql 执行 PostgreSQL 账号推送 + ja: Ansible postgresql モジュールを使用してアカウントをプッシュする + en: Using Ansible module postgresql to push account diff --git a/apps/accounts/automations/push_account/database/sqlserver/manifest.yml b/apps/accounts/automations/push_account/database/sqlserver/manifest.yml index 058e75ca7..c6cf7c807 100644 --- a/apps/accounts/automations/push_account/database/sqlserver/manifest.yml +++ b/apps/accounts/automations/push_account/database/sqlserver/manifest.yml @@ -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 diff --git a/apps/accounts/automations/push_account/host/aix/manifest.yml b/apps/accounts/automations/push_account/host/aix/manifest.yml index 5421d24d8..949d49758 100644 --- a/apps/accounts/automations/push_account/host/aix/manifest.yml +++ b/apps/accounts/automations/push_account/host/aix/manifest.yml @@ -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) diff --git a/apps/accounts/automations/push_account/host/posix/manifest.yml b/apps/accounts/automations/push_account/host/posix/manifest.yml index 1da168a44..0c1d31845 100644 --- a/apps/accounts/automations/push_account/host/posix/manifest.yml +++ b/apps/accounts/automations/push_account/host/posix/manifest.yml @@ -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) diff --git a/apps/accounts/automations/push_account/host/windows/manifest.yml b/apps/accounts/automations/push_account/host/windows/manifest.yml index 28745245f..7866e3c13 100644 --- a/apps/accounts/automations/push_account/host/windows/manifest.yml +++ b/apps/accounts/automations/push_account/host/windows/manifest.yml @@ -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 diff --git a/apps/accounts/automations/verify_account/custom/manifest.yml b/apps/accounts/automations/verify_account/custom/manifest.yml index ceef8e50d..666266416 100644 --- a/apps/accounts/automations/verify_account/custom/manifest.yml +++ b/apps/accounts/automations/verify_account/custom/manifest.yml @@ -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 diff --git a/apps/accounts/automations/verify_account/database/mongodb/manifest.yml b/apps/accounts/automations/verify_account/database/mongodb/manifest.yml index fd5a31294..941e19a6a 100644 --- a/apps/accounts/automations/verify_account/database/mongodb/manifest.yml +++ b/apps/accounts/automations/verify_account/database/mongodb/manifest.yml @@ -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 diff --git a/apps/accounts/automations/verify_account/database/mysql/manifest.yml b/apps/accounts/automations/verify_account/database/mysql/manifest.yml index bd381de0b..281954f74 100644 --- a/apps/accounts/automations/verify_account/database/mysql/manifest.yml +++ b/apps/accounts/automations/verify_account/database/mysql/manifest.yml @@ -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 + diff --git a/apps/accounts/automations/verify_account/database/oracle/manifest.yml b/apps/accounts/automations/verify_account/database/oracle/manifest.yml index 220445daa..48f343749 100644 --- a/apps/accounts/automations/verify_account/database/oracle/manifest.yml +++ b/apps/accounts/automations/verify_account/database/oracle/manifest.yml @@ -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 diff --git a/apps/accounts/automations/verify_account/database/postgresql/manifest.yml b/apps/accounts/automations/verify_account/database/postgresql/manifest.yml index 6ce7175b3..edc035562 100644 --- a/apps/accounts/automations/verify_account/database/postgresql/manifest.yml +++ b/apps/accounts/automations/verify_account/database/postgresql/manifest.yml @@ -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 diff --git a/apps/accounts/automations/verify_account/database/sqlserver/manifest.yml b/apps/accounts/automations/verify_account/database/sqlserver/manifest.yml index 8effdcfeb..d98555184 100644 --- a/apps/accounts/automations/verify_account/database/sqlserver/manifest.yml +++ b/apps/accounts/automations/verify_account/database/sqlserver/manifest.yml @@ -7,5 +7,6 @@ method: verify_account i18n: SQLServer account verify: - zh: SQLServer 账号验证 - ja: SQLServer アカウントの検証 \ No newline at end of file + zh: 使用 Ansible 模块 mssql 验证账号 + ja: Ansible mssql モジュールを使用してアカウントを検証する + en: Using Ansible module mssql to verify account diff --git a/apps/accounts/automations/verify_account/host/posix/manifest.yml b/apps/accounts/automations/verify_account/host/posix/manifest.yml index 26ee3b025..1c1d531a4 100644 --- a/apps/accounts/automations/verify_account/host/posix/manifest.yml +++ b/apps/accounts/automations/verify_account/host/posix/manifest.yml @@ -8,5 +8,6 @@ method: verify_account i18n: Posix account verify: - zh: Posix 账号验证 - ja: Posix アカウントの検証 \ No newline at end of file + zh: 使用 Ansible 模块 ping 验证账号 + ja: Ansible ping モジュールを使用してアカウントを検証する + en: Using Ansible module ping to verify account diff --git a/apps/accounts/automations/verify_account/host/windows/manifest.yml b/apps/accounts/automations/verify_account/host/windows/manifest.yml index 28b914d10..a277f8c62 100644 --- a/apps/accounts/automations/verify_account/host/windows/manifest.yml +++ b/apps/accounts/automations/verify_account/host/windows/manifest.yml @@ -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 diff --git a/apps/assets/automations/gather_facts/database/mongodb/manifest.yml b/apps/assets/automations/gather_facts/database/mongodb/manifest.yml index 0f1a497b1..7f7367188 100644 --- a/apps/assets/automations/gather_facts/database/mongodb/manifest.yml +++ b/apps/assets/automations/gather_facts/database/mongodb/manifest.yml @@ -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から情報を収集する diff --git a/apps/assets/automations/gather_facts/database/mysql/manifest.yml b/apps/assets/automations/gather_facts/database/mysql/manifest.yml index d2f005859..c4a266fca 100644 --- a/apps/assets/automations/gather_facts/database/mysql/manifest.yml +++ b/apps/assets/automations/gather_facts/database/mysql/manifest.yml @@ -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から情報を収集する diff --git a/apps/assets/automations/gather_facts/database/oracle/manifest.yml b/apps/assets/automations/gather_facts/database/oracle/manifest.yml index e39522b75..ad214cd5f 100644 --- a/apps/assets/automations/gather_facts/database/oracle/manifest.yml +++ b/apps/assets/automations/gather_facts/database/oracle/manifest.yml @@ -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から情報を収集する diff --git a/apps/assets/automations/gather_facts/database/postgresql/manifest.yml b/apps/assets/automations/gather_facts/database/postgresql/manifest.yml index 288298d96..3b272e4af 100644 --- a/apps/assets/automations/gather_facts/database/postgresql/manifest.yml +++ b/apps/assets/automations/gather_facts/database/postgresql/manifest.yml @@ -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から情報を収集する diff --git a/apps/assets/automations/gather_facts/host/posix/manifest.yml b/apps/assets/automations/gather_facts/host/posix/manifest.yml index 78eb1d897..a92c496e9 100644 --- a/apps/assets/automations/gather_facts/host/posix/manifest.yml +++ b/apps/assets/automations/gather_facts/host/posix/manifest.yml @@ -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から情報を収集する diff --git a/apps/assets/automations/gather_facts/host/windows/manifest.yml b/apps/assets/automations/gather_facts/host/windows/manifest.yml index bf2b4e0fd..809208e10 100644 --- a/apps/assets/automations/gather_facts/host/windows/manifest.yml +++ b/apps/assets/automations/gather_facts/host/windows/manifest.yml @@ -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から情報を収集する diff --git a/apps/assets/automations/ping/custom/manifest.yml b/apps/assets/automations/ping/custom/manifest.yml index a67cca17d..d57a50a2e 100644 --- a/apps/assets/automations/ping/custom/manifest.yml +++ b/apps/assets/automations/ping/custom/manifest.yml @@ -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する diff --git a/apps/assets/automations/ping/database/mongodb/manifest.yml b/apps/assets/automations/ping/database/mongodb/manifest.yml index bdc0d73db..38af73318 100644 --- a/apps/assets/automations/ping/database/mongodb/manifest.yml +++ b/apps/assets/automations/ping/database/mongodb/manifest.yml @@ -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 diff --git a/apps/assets/automations/ping/database/mysql/manifest.yml b/apps/assets/automations/ping/database/mysql/manifest.yml index 0452a8293..701f9942e 100644 --- a/apps/assets/automations/ping/database/mysql/manifest.yml +++ b/apps/assets/automations/ping/database/mysql/manifest.yml @@ -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 diff --git a/apps/assets/automations/ping/database/oracle/manifest.yml b/apps/assets/automations/ping/database/oracle/manifest.yml index bc55805b3..20515374e 100644 --- a/apps/assets/automations/ping/database/oracle/manifest.yml +++ b/apps/assets/automations/ping/database/oracle/manifest.yml @@ -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 diff --git a/apps/assets/automations/ping/database/postgresql/manifest.yml b/apps/assets/automations/ping/database/postgresql/manifest.yml index f7d7c3602..3ae6c2186 100644 --- a/apps/assets/automations/ping/database/postgresql/manifest.yml +++ b/apps/assets/automations/ping/database/postgresql/manifest.yml @@ -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 を送信する diff --git a/apps/assets/automations/ping/database/sqlserver/manifest.yml b/apps/assets/automations/ping/database/sqlserver/manifest.yml index fe11e7486..2556c4e1b 100644 --- a/apps/assets/automations/ping/database/sqlserver/manifest.yml +++ b/apps/assets/automations/ping/database/sqlserver/manifest.yml @@ -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 を送信する diff --git a/apps/assets/automations/ping/host/posix/manifest.yml b/apps/assets/automations/ping/host/posix/manifest.yml index ebc1046db..720ada630 100644 --- a/apps/assets/automations/ping/host/posix/manifest.yml +++ b/apps/assets/automations/ping/host/posix/manifest.yml @@ -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 diff --git a/apps/assets/automations/ping/host/windows/manifest.yml b/apps/assets/automations/ping/host/windows/manifest.yml index 6798c1198..7c42e03ba 100644 --- a/apps/assets/automations/ping/host/windows/manifest.yml +++ b/apps/assets/automations/ping/host/windows/manifest.yml @@ -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