Redhat8.1 安装ansible

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redhat8.1 安装ansible相关的知识,希望对你有一定的参考价值。

1.yum install -y ansible

Redhat8.1

Redhat8.1

2.进入/etc/yum.repos.d ,删除epel*文件

Redhat8.1

3.输入dnf list all|grep ansible

Redhat8.1

4.输入dnf -y install centos-release-ansible-29-1-2.el8.noarch

ls /etc/yum.repos.d/ |grep ansible

Redhat8.1

5.输入dnf -y install ansible

Redhat8.1

Redhat8.1

6.安装完成,查看版本

Redhat8.1

ansible2.7 python3.7 redhat6.8

python 下载安装:

  1. ./configure --prefix=/ansible/python
  2. make
  3. make install
    报错: ModuleNotFoundError: No module named ‘_ctypes‘
    解决方法:
    下载安装:libffi-devel-3.0.5-3.2.el6.x86_64.rpm
    重新编译安装python
  4. 为python3建立软连接: ln python3 python
  5. 在shell中指定环境变量PATH

ansible 下载安装:

  1. 安装依赖包
  2. python setup.py inslall

以上是关于Redhat8.1 安装ansible的主要内容,如果未能解决你的问题,请参考以下文章

ansible的安装与介绍host-pattern格式ansible的command模块ansible的shell模块ansible的script模块ansible的copy模块

ansible的安装和ansible的模板

ansible的安装和ansible的模板

ansible的安装和ansible的模板

ansible介绍和安装

Ansible安装配置