Redhat8.1 安装ansible
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redhat8.1 安装ansible相关的知识,希望对你有一定的参考价值。
1.yum install -y ansible
2.进入/etc/yum.repos.d ,删除epel*文件
3.输入dnf list all|grep ansible
4.输入dnf -y install centos-release-ansible-29-1-2.el8.noarch
ls /etc/yum.repos.d/ |grep ansible
5.输入dnf -y install ansible
6.安装完成,查看版本
ansible2.7 python3.7 redhat6.8
python 下载安装:- ./configure --prefix=/ansible/python
- make
- make install
报错: ModuleNotFoundError: No module named ‘_ctypes‘
解决方法:
下载安装:libffi-devel-3.0.5-3.2.el6.x86_64.rpm
重新编译安装python - 为python3建立软连接: ln python3 python
- 在shell中指定环境变量PATH
ansible 下载安装:
- 安装依赖包
- python setup.py inslall
以上是关于Redhat8.1 安装ansible的主要内容,如果未能解决你的问题,请参考以下文章
ansible的安装与介绍host-pattern格式ansible的command模块ansible的shell模块ansible的script模块ansible的copy模块