安装脚本在GitHub:https://github.com/ghl1024/ansible-offline-install

两种安装方式在生产环境的CentOS7系统中已验证通过,适用于内网离线或者外网在线安装,前提是系统自带或者干净的python环境。

cd /tmp
git clone https://github.com/ghl1024/ansible-offline-install.git
cd ansible-offline-install/ansible
sh install.sh

????安装方式二

cd /tmp
wget -c https://github.com/ghl1024/ansible-offline-install/releases/download/V1/ansible-offline-install.tar.gz
tar xf ansible-offline-install.tar.gz
cd ansible
sh install.sh

相关文章:

  • 2022-12-23
  • 2023-01-12
  • 2021-11-20
  • 2021-11-30
  • 2021-10-18
  • 2021-05-18
  • 2022-12-23
  • 2021-10-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2022-01-06
  • 2022-12-23
相关资源
相似解决方案