首页 > 其他分享 >ansible 离线部署

ansible 离线部署

时间:2023-02-20 14:59:53浏览次数:58  
标签:tar 部署 py 离线 sh ansible python3

1、安装 python 环境

wget https://mirrors.bfsu.edu.cn/anaconda/archive/Anaconda3-2022.10-Linux-x86_64.sh
sh Anaconda3-2022.10-Linux-x86_64.sh

完成安装后,重新登录系统,默认进去 python3 环境

2、安装ansible

将ansible 源码包上传解压至服务器目录

官方下载地址:https://releases.ansible.com/ansible/

tar xf ansible-2.9.6.tar.gz

进入解压吃的ansible 目录,执行以下命令

python3 setup.py build
python3 setup.py install

ansible --version

 

标签:tar,部署,py,离线,sh,ansible,python3
From: https://www.cnblogs.com/goujinyang/p/17137333.html

相关文章