jumpserver/apps/assets/automations/gather_facts/host/posix/manifest.yml

13 lines
351 B
YAML
Raw Normal View History

2022-10-12 10:08:57 +00:00
id: gather_facts_posix
2023-04-20 05:51:41 +00:00
name: "{{ 'Gather posix facts' | trans }}"
2022-10-12 10:08:57 +00:00
category: host
type:
- linux
- unix
method: gather_facts
2023-04-20 05:51:41 +00:00
i18n:
Gather posix facts:
2023-11-22 10:22:51 +00:00
zh: '使用 Ansible 指令 gather_facts 从主机获取设备信息'
en: 'Gather facts from asset using gather_facts'
ja: 'gather_factsを使用してPosixから情報を収集する'