mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
ansible-galaxy: add German translation
This commit is contained in:
parent
915a54bd20
commit
9c58a82260
1 changed files with 24 additions and 0 deletions
24
pages.de/common/ansible-galaxy.md
Normal file
24
pages.de/common/ansible-galaxy.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# ansible-galaxy
|
||||||
|
|
||||||
|
> Mögliche Rollen erstellen und verwalten.
|
||||||
|
> Weitere Informationen: <https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
|
||||||
|
|
||||||
|
- Installieren Sie eine Rolle:
|
||||||
|
|
||||||
|
`ansible-galaxy install {{username.rollen_name}}`
|
||||||
|
|
||||||
|
- Entfernen Sie eine Rolle:
|
||||||
|
|
||||||
|
`ansible-galaxy remove {{username.rollen_name}}`
|
||||||
|
|
||||||
|
- Installierte Rollen auflisten:
|
||||||
|
|
||||||
|
`ansible-galaxy list`
|
||||||
|
|
||||||
|
- Suchen Sie nach einer bestimmten Rolle:
|
||||||
|
|
||||||
|
`ansible-galaxy search {{Rollenname}}`
|
||||||
|
|
||||||
|
- Erstellen Sie eine neue Rolle:
|
||||||
|
|
||||||
|
`ansible-galaxy init {{Rollenname}}`
|
Loading…
Add table
Reference in a new issue