【自分用メモ】Ansible


導入

# pip の導入
$ curl -kL https://bootstrap.pypa.io/get-pip.py | python

# バージョンを指定してansibleを導入
$ pip install ansible\==2.4.3