从源代码在 Mac 上安装 Ansible 2.X(最新版)
前提条件 (Qiantí
-
- git
- Python 2.6 以上
环境
- Mac OS X Yosemite 10.10.2
步骤
- Github のリポジトリからソースコードをクローンする.
git clone https://github.com/ansible/ansible.git
- Ansible をインストールするための環境設定スクリプトを実行する.
source ./hacking/env-setup
- Ansible に必要なソフトウェアをインストールする.
sudo easu_install pip
sudo pip install paramiko PyYAML Jinja2 httplib2 six
- git のサブモジュールを読み込む.
git submodule update --init --recursive
- Ansible をインストールする.
sudo make install
- バージョンを確認する.
ansible --version
请提供参考文献。
- http://docs.ansible.com/ansible/intro_installation.html