This commit is contained in:
havelight-ee
2023-02-06 15:09:53 +09:00
parent 2b70528618
commit 7f08fdd9ff

View File

@@ -1,3 +1,21 @@
# ansible installer
1. 사전 작업 필요
- 각 서버에 ssh-key 배포 후 연결
- 확인 명령어
: ansible all -m ping
2. 수정필요파일
- inventory
: 각 서버 IP
- cmoa_install.yaml
: 이미 kubernetes가깔려있다면 "- role: cmoa_os_setting" 주석 처리
- roles/cmoa_install/default/main.yml
: cmoa_version: relx.x.x
3. 실행 방법
: ansible-playbook cmoa_install.yaml