首页 > 其他 > 详细

Ansible使用yum安装

时间:2021-01-06 22:26:27      阅读:36      评论:0      收藏:0      [点我收藏+]

Ansible安装

1)配置epel

[root@ansible ~]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
[root@ansible ~]# yum clean all
[root@ansible ~]# yum makecache

2)安装ansible

[root@ansible ~]# yum -y install ansible

 

3)安装完成,查看版本

[root@ansible ~]# ansible --version

 

4)集群ssh配置文件

vim /etc/ansible/hosts

  

Ansible使用yum安装

原文:https://www.cnblogs.com/hyh123/p/14243387.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!