LoginSignup
3
2

More than 5 years have passed since last update.

Ansible インストール (Cygwin編)

Last updated at Posted at 2017-01-23

Cygwin で Ansible 2.2.0.0 のインストールのメモ

apt-cyg install python-setuptools
apt-cyg install gcc-core python-devel openssl-devel libffi-devel python-crypto
easy_install-2.7 pip
pip install --upgrade pip setuptools
pip install ansible==2.2.0.0

apt-cyg はこの記事が参考になります。
http://qiita.com/FSMS/items/68b5956301d987d1be2b

インストール確認

$ ansible --version
ansible 2.2.0.0
3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2