multiple pages: add Korean Translation (#3549)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
f07d3ea376
commit
5dfacef130
24
pages.ko/common/ansible-galaxy.md
Normal file
24
pages.ko/common/ansible-galaxy.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# ansible-galaxy
|
||||
|
||||
> 수용 가능한 역할 생성 및 관리.
|
||||
> 더 많은 정보: <https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
|
||||
|
||||
- 역할 설치:
|
||||
|
||||
`ansible-galaxy install {{사용자이름.역할_}}`
|
||||
|
||||
- 역할 제거:
|
||||
|
||||
`ansible-galaxy remove {{사용자이름.역할_이름}}`
|
||||
|
||||
- 설치된 역할 리스트:
|
||||
|
||||
`ansible-galaxy list`
|
||||
|
||||
- 주어진 역할에 대해 검색:
|
||||
|
||||
`ansible-galaxy search {{역할_이름}}`
|
||||
|
||||
- 새로운 역할 생성:
|
||||
|
||||
`ansible-galaxy init {{역할_이름}}`
|
Reference in New Issue
Block a user