1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/molecule.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

28 lines
448 B
Markdown

# molecule
> Molecule은 Ansible 역할 테스트를 돕습니다.
> 더 많은 정보: <https://molecule.readthedocs.io>.
- 새 Ansible 역할 생성:
`molecule init role --role-name {{역할_이름}}`
- 테스트 실행:
`molecule test`
- 인스턴스 시작:
`molecule create`
- 인스턴스 구성:
`molecule converge`
- 인스턴스의 시나리오 나열:
`molecule matrix converge`
- 인스턴스에 로그인:
`molecule login`