檢查你的 Ansible 版本

檢查是否安裝了正確的軟體版本:

  • ansible> = 2.0
  • python> = 2.6
  • 用於 python 的陰影模組
$ansible --version
ansible 2.2.0.0

$python --version
Python 2.7.5

安裝’shade’用於導航 openstack 的 python 元件。

$pip install shade

注意:如果你使用公司代理,瞭解正確的 pip synthax 總是有用的

$pip install --proxy proxy_ip:proxy_port shade