技术交流QQ群:①185473046   ②190706903   ③203744115   网站地图
登录

下次自动登录
现在位置 >首页 > ansible
0℃
2024年07月09日 Linux ⁄ 被围观 671次+
1、使用yum包管理器安装 #创建安装包下载目录 mkdir -p /data/soft/ansible #下载ansible及其所有依赖 yum -y install epel-release #CentOS系统需要安装第三方yum源 yum install -y ansible --downloadonly --downloaddir=/data/soft/ansible #离线安装 cd /data/soft/ansible yum localinstall *.rpm -y #查看版本 ansible --version 2、使用pip安装 cd /data/soft/ansible pip3 download --index-url https://mirrors.aliyun.com/pypi/simple/ ansible==2.9.27 #离线安装 pip3 install ansible==2.9.27 --no-i...
阅读全文


Copyright© 2011-2024 系统运维 All rights reserved
版权声明:本站所有文章均为作者原创内容,如需转载,请注明出处及原文链接
陕ICP备11001040号-3