将Ansible 2.8安装到CentOS 7上

目标

请记下以下内容。
在CentOS7上安装Ansible2.8.2。
通过使用epel,可以轻松进行安装。

环境

使用最小化镜像安装 CentOS7,随后立即执行 yum update。

# cat /etc/centos-release
CentOS Linux release 7.6.1810 (Core)

操作步骤

epel リポジトリを追加
# yum install epel-release

ansible をインストール
# yum install ansible

确定

# ansible --version
ansible 2.8.2
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, Jun 20 2019, 20:27:34) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
#

以上就是。

广告
将在 10 秒后关闭
bannerAds