码迷,mamicode.com
首页 > 其他好文 > 详细

1.2 ansible安装与基本使用

时间:2019-12-29 13:14:41      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:aliyun   ansi   阿里   nbsp   linu   etc   ali   font   packages   

1.1 ansible安装

  1、使用yum安装

[root@linux-node4 ~]# yum -y install wget
[root@linux-node4 ~]# wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo     # 先安装阿里云的EPEL源
[root@linux-node4 ~]# yum install -y ansible

‘‘‘yum安装软件包提示Error Downloading Packages解决方法‘‘‘
yum clean all   # 1、清理本地yum缓存
yum list        # 2、查看软件包列表

 

 

 

 

 

 

 

 

 

 

 

111

1.2 ansible安装与基本使用

标签:aliyun   ansi   阿里   nbsp   linu   etc   ali   font   packages   

原文地址:https://www.cnblogs.com/xiaonq/p/12114632.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!