jumpserver/apps/assets/automations/gather_facts/database/postgresql/manifest.yml

12 lines
391 B
YAML
Raw Normal View History

2022-10-12 10:08:57 +00:00
id: gather_facts_postgresql
2023-04-20 05:51:41 +00:00
name: "{{ 'Gather facts for PostgreSQL' | trans }}"
2022-10-12 10:08:57 +00:00
category: database
type:
- postgresql
method: gather_facts
2023-04-20 05:51:41 +00:00
i18n:
Gather facts for PostgreSQL:
zh: 使用 Ansible 模块 postgresql 获取 PostgreSQL 信息
en: Gather facts for PostgreSQL using postgresql module
ja: postgresqlモジュールを使用して PostgreSQLから情報を収集する