README.md 수정
This commit is contained in:
@@ -65,3 +65,6 @@ user 같은 경우 root 권한을 가지고 있어야 함
|
|||||||
|
|
||||||
## playbook 실행
|
## playbook 실행
|
||||||
`ansible-playbook -i inventory agent.yml` 명령어로 실행
|
`ansible-playbook -i inventory agent.yml` 명령어로 실행
|
||||||
|
|
||||||
|
## Docker를 통한 실행
|
||||||
|
`docker run --name installer -v ./inventory:/installer/inventory -v ./agent.yml:/installer/agent.yml {빌드한 이미지}` 로 실행
|
||||||
|
|||||||
Reference in New Issue
Block a user