forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ansible-galaxy, az: update Italian translations (tldr-pages#14513)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net>
- Loading branch information
1 parent
215ae8f
commit 7adaa71
Showing
2 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
# ansible-galaxy | ||
|
||
> Crea e gestisci ruoli di Ansible. | ||
> Esegui varie operazioni inerenti ai Ruoli e alle Collezioni in Ansible. | ||
> Maggiori informazioni: <https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>. | ||
- Installa un ruolo: | ||
- Lista i ruoli o le collezioni installate: | ||
|
||
`ansible-galaxy install {{nome_utente}}.{{ruolo}}` | ||
`ansible-galaxy {{ruolo|collezione}} list` | ||
|
||
- Rimuovi un ruolo: | ||
- Cerca un ruolo con vari livelli di verbosità (`-v` deve essere specificato alla fine): | ||
|
||
`ansible-galaxy remove {{nome_utente}}.{{ruolo}}` | ||
`ansible-galaxy role search {{keyword}} -v{{vvvvv}}` | ||
|
||
- Elenca i ruoli installati: | ||
- Installa o rimuovi ruoli: | ||
|
||
`ansible-galaxy list` | ||
`ansible-galaxy role {{install|remove}} {{nome_ruolo1 nome_ruolo2 ...}}` | ||
|
||
- Cerca un determinato ruolo: | ||
- Crea un nuovo ruolo: | ||
|
||
`ansible-galaxy search {{nome_ruolo}}` | ||
`ansible-galaxy role init {{nome_ruolo}}` | ||
|
||
- Crea un nuovo ruolo: | ||
- Ottieni informazioni inerenti a un ruolo: | ||
|
||
`ansible-galaxy init {{nome_ruolo}}` | ||
`ansible-galaxy role info {{nome_ruolo}}` | ||
|
||
- Acquisisci informazioni su un ruolo di un utente: | ||
- Installa o rimuovi collezioni: | ||
|
||
`ansible-galaxy role info {{nome_utente}}.{{nome_ruolo}}` | ||
`ansible-galaxy collection {{install|remove}} {{nome_collezione1 nome_collezione2 ...}}` | ||
|
||
- Acquisisci informazioni su una collection: | ||
- Mostra aiuto su ruoli o collezioni: | ||
|
||
`ansible-galaxy collection info {{nome_utente}}.{{nome_raccolta}}` | ||
`ansible-galaxy {{ruolo|collezione}} {{-h|--help}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters