mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
ansible-pull: update long option (#20919)
This commit is contained in:
@@ -17,4 +17,4 @@
|
||||
|
||||
- Extrae un playbook de un VCS, en tanto especificando un archivo hosts y ejecuta un playbook específico:
|
||||
|
||||
`ansible-pull {{[-U|--url]}} {{url_repositorio}} {{[-i|--inventory-file]}} {{archivo_hosts}} {{playbook}}`
|
||||
`ansible-pull {{[-U|--url]}} {{url_repositorio}} {{[-i|--inventory]}} {{archivo_hosts}} {{playbook}}`
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
- Scarica un playbook da VCS, specifica file host ed esegui un playbook specifico:
|
||||
|
||||
`ansible-pull {{[-U|--url]}} {{url_repository}} {{[-i|--inventory-file]}} {{file_host}} {{playbook}}`
|
||||
`ansible-pull {{[-U|--url]}} {{url_repository}} {{[-i|--inventory]}} {{file_host}} {{playbook}}`
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
- Pull a playbook from a VCS, specify hosts file and execute a specific playbook:
|
||||
|
||||
`ansible-pull {{[-U|--url]}} {{repository_url}} {{[-i|--inventory-file]}} {{hosts_file}} {{playbook}}`
|
||||
`ansible-pull {{[-U|--url]}} {{repository_url}} {{[-i|--inventory]}} {{hosts_file}} {{playbook}}`
|
||||
|
||||
Reference in New Issue
Block a user