mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
ansible-inventory: add German translation (#8802)
This commit is contained in:
parent
8b989ca549
commit
3bebe109f4
1 changed files with 21 additions and 0 deletions
21
pages.de/common/ansible-inventory.md
Normal file
21
pages.de/common/ansible-inventory.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# ansible-inventory
|
||||
|
||||
> Anzeigen oder Ausgeben eines Ansible-Inventars.
|
||||
> Siehe auch: `ansible`.
|
||||
> Weitere Informationen: <https://docs.ansible.com/ansible/latest/cli/ansible-inventory.html>.
|
||||
|
||||
- Anzeigen des Standardinventars:
|
||||
|
||||
`ansible-inventory --list`
|
||||
|
||||
- Anzeigen eines Benutzerdefinierten Inventars:
|
||||
|
||||
`ansbile-inventory --list --inventory {{pfad/zu/deiner_datei_oder_deinem_script_oder_deinem_verzeichniss}}`
|
||||
|
||||
- Anzeigen des Standardinventars in YAML:
|
||||
|
||||
`ansible-inventory --list --yaml`
|
||||
|
||||
- Ausgabe des Standardinventars in eine Datei:
|
||||
|
||||
`ansible-inventory --list --output {{pfad/zu/datei}}`
|
Loading…
Add table
Reference in a new issue