LoginSignup
2
2

More than 5 years have passed since last update.

cygwinでansibleを使う

Posted at

自分用の備忘録.
CygwinでAnsibleをインストールする手順.

必要パッケージの導入

libffi-devel, openssl-devel, python-cryptoが必要となる.ここでは apt-cyg コマンドでインストールする. setup.exe でも良い.

apt-cyg install libffi-devel openssl-devel python-crypto

python-cryptopip で入れてもいいが,ビルドが大変なので,Cygwinのパッケージを使う方が楽.

Ansibleの導入

pip install ansible

以上.

2
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
2
2