一、配置epel源

wget –O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo

 

二、安装ansible 依赖环境

yum install gcc python-devel python-pip -y

 

三、安装ansible

yum install ansible -y

 

验证安装是否成功:

ansible –version

 第二篇: Ansible 安装

 

相关文章:

  • 2021-12-23
  • 2021-11-17
  • 2022-01-05
  • 2022-02-16
  • 2021-09-26
  • 2021-09-17
  • 2022-01-16
  • 2021-04-21
猜你喜欢
  • 2022-01-28
  • 2021-07-31
  • 2021-05-22
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
相关资源
相似解决方案