ansible-galaxy: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
915a54bd20
commit
9c58a82260
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}}`
|
Reference in New Issue
Block a user