2023-02-16 16:20:12 +09:00
2023-02-16 16:20:12 +09:00
2023-02-16 16:20:12 +09:00
2023-02-16 16:20:12 +09:00
2023-02-16 16:20:12 +09:00
2023-02-06 15:01:53 +09:00
2023-02-16 16:20:12 +09:00
2023-02-16 16:20:12 +09:00
2023-02-16 16:20:12 +09:00
2023-02-16 16:20:12 +09:00

ansible installer

  1. 사전 작업 필요
  • 각 서버에 ssh-key 배포 후 연결
  • 확인 명령어 : ansible all -m ping
  • CentOS ansible 설치 방법 : yum install -y python3 : pip3 install --upgrade --ignore-installed pip setuptools : pip3 install ansible
  1. 수정필요파일
  • inventory : 각 서버 IP

  • cmoa_install.yaml : 이미 kubernetes가깔려있다면 "- role: cmoa_os_setting" 주석 처리

  • roles/cmoa_install/defaults/main.yml : cmoa_version: relx.x.x

  1. 실행 방법 : ansible-playbook cmoa_install.yaml or : ansible-playbook cmoa_install.yaml -i inventory_cmoa2
Description
cmoa_installer_ansible
Readme 113 MiB
Languages
Python 92%
Jinja 4.7%
Shell 1.8%
Smarty 1.3%
HCL 0.2%