mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
ansible-inventory: add Spanish translation (#10017)
This commit is contained in:
parent
b8956e2bf1
commit
a87206c0b5
1 changed files with 21 additions and 0 deletions
21
pages.es/common/ansible-inventory.md
Normal file
21
pages.es/common/ansible-inventory.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# ansible-inventory
|
||||
|
||||
> Muestra o vuelca un inventario de Ansible.
|
||||
> Ver también: `ansible`.
|
||||
> Más información: <https://docs.ansible.com/ansible/latest/cli/ansible-inventory.html>.
|
||||
|
||||
- Muestra el inventario por defecto:
|
||||
|
||||
`ansible-inventory --list`
|
||||
|
||||
- Muestra un inventario personalizado:
|
||||
|
||||
`ansible-inventory --list --inventory {{ruta/al/archivo_o_script_o_directorio}}`
|
||||
|
||||
- Muestra el inventario por defecto en YAML:
|
||||
|
||||
`ansible-inventory --list --yaml`
|
||||
|
||||
- Vuelca el inventario por defecto a un fichero:
|
||||
|
||||
`ansible-inventory --list --output {{ruta/al/archivo}}`
|
Loading…
Add table
Reference in a new issue