ansible*: update Korean translation (#13625)

This commit is contained in:
HoJeong Im
2024-09-08 03:57:04 +09:00
committed by GitHub
parent cca2ec4765
commit 545f01a5a8
7 changed files with 128 additions and 6 deletions

View File

@@ -1,15 +1,15 @@
# ansible-galaxy
> 수용 가능한 역할 생성 및 관리.
> Ansible 역할 생성 및 관리.
> 더 많은 정보: <https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
- 역할 설치:
`ansible-galaxy install {{사용자이름.역할_}}`
`ansible-galaxy install {{사용자명}}.{{역할_이름}}`
- 역할 제거:
`ansible-galaxy remove {{사용자이름.역할_이름}}`
`ansible-galaxy remove {{사용자명}}.{{역할_이름}}`
- 설치된 역할 리스트:
@@ -22,3 +22,11 @@
- 새로운 역할 생성:
`ansible-galaxy init {{역할_이름}}`
- 사용자 역할에 해당하는 정보 가져오기:
`ansible-galaxy role info {{사용자명}}.{{역할_이름}}`
- 컬렉션에 대한 정보 가져오기:
`ansible-galaxy collection info {{사용자명}}.{{컬렉션_이름}}`