ansible-galaxy: add German translation

This commit is contained in:
profileid
2020-10-01 23:46:31 +02:00
committed by Starbeamrainbowlabs
parent 915a54bd20
commit 9c58a82260

View 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}}`