前提知识点:
-
epel
-
yum
-
python
-
ansible
-
linux挂载光盘
可以先百度上搜一下。
ansible一开始不是redhat公司的产品(后来被收购),所以方便起见通过epel安装,但是还需要很多python的包,光有一个epel不够用,网上的例子拿163的一个epel镜像来演示安装步骤,路径都错了,试试这个吧:
-
# cat /etc/re*se
-
Red Hat Enterprise Linux Server release 7.7 (Maipo)
-
-
# yum install https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-13.noarch.rpm
-
# yum clean all && yum makecache
-
# yum install ansible -y
-
-
# ansible --version
-
ansible 2.9.25
阅读(2947) | 评论(0) | 转发(0) |