1. EC2에 설치하기(버전별 설치하기)
sudo pip install ansible\==2.1.1
sudo pip uninstall ansible
2. ansible 초기 작성방법
https://www.slideshare.net/deview/1a7ansible
36page 참조
- name: Install node_modules
hosts: localhost
sudo: yes
tasks:
- name: setup node_modules
npm:
global: no
path: ./toh-pt6/
path는 package.json파일이 있는 장소를 지정
댓글 없음 :
댓글 쓰기