1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

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