add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,21 @@
# ansible-inventory
> 显示或转储 Ansible 库存。
> 另请参见:`ansible`。
> 更多信息:<https://docs.ansible.com/ansible/latest/cli/ansible-inventory.html>。
- 显示默认库存:
`ansible-inventory --list`
- 显示自定义库存:
`ansible-inventory --list --inventory {{path/to/file_or_script_or_directory}}`
- 以 YAML 格式显示默认库存:
`ansible-inventory --list --yaml`
- 将默认库存转储到文件:
`ansible-inventory --list --output {{path/to/file}}`