앤서블 설치 방법
1. 패키지 관리자 (brew나 pip 등)를 사용한다.
$ sudo pip install ansible
2. virtualenv에 연동할 수 있다.
$ wget https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py
$ python get-pipsi.py
$ pipsi install ansible
'Ansible-Puppet-Chef' 카테고리의 다른 글
ansible-galaxy (0) | 2019.01.14 |
---|---|
[ansible] ubuntu 16에 no_proxy가 안먹는 이슈가 (0) | 2019.01.09 |
[ansible] lineinfile (0) | 2018.07.05 |
[ansible] 배포될 서버의 호스트명 얻는 방법 (0) | 2018.04.02 |
[ansible] become (0) | 2018.02.01 |