【CentOS7.2】安装Ansible2.1

总结

    CentOS7.2へAnsible2.1をpipでインストールする手順の覚書

环境

    CentOS Linux release 7.2.1511 (Core)

操作步骤

yumリポジトリにEPELを追加

pipのインストールと更新
Ansibleのコンパイルに必要なパッケージをインストール
Ansibleのインストール
Ansibleの更新

详细步骤

将EPEL添加进yum仓库。

[root@centos7 ~]# yum install -y epel-release libffi-devel

安装和更新pip

[root@centos7 ~]# yum install -y --enablerepo=epel python-pip
[root@centos7 ~]# pip install --upgrade pip

安装编译Ansible所需的包。

[root@centos7 ~]# yum install -y gcc libffi-devel openssl openssl-devel python-devel libcurl-devel

Ansible安装方式

[root@centos7 ~]# pip install ansible

Ansible的更新

[root@centos7 ~]# pip install --upgrade ansible

确认安装

[root@centos7 ~]# ansible --version
ansible 2.1.0.0

结束

广告
将在 10 秒后关闭
bannerAds