"Ansible"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
잔글
잔글
15번째 줄: 15번째 줄:
 
<pre>yum -y install ansible ansible-*
 
<pre>yum -y install ansible ansible-*
 
ansible --version
 
ansible --version
 +
 +
#--- ansible --version 명령에서 오류가 발생할 경우
 +
pip uninstall ansible
 +
pip install ansible
 +
 
</pre>
 
</pre>
  

2016년 2월 16일 (화) 18:42 판

DevOps 도우인 Ansible을 정리 합니다.

  • 홈페이지 : 
  • 다운로드 : 
  • 라이선스 : 
  • 플랫폼 : 


Ansible 개요

Ansible 설치

CentOS에서 yum으로 설치

yum -y install ansible ansible-*
ansible --version

#--- ansible --version 명령에서 오류가 발생할 경우
pip uninstall ansible
pip install ansible

참고 문헌