在一台CentOS7.x的联网机器上

# yum -y install yum-utils createrepo epel-release

# mkdir yum

# repotrack ansible -p yum

# createrepo -v yum

# tar -zcf yum.tar.gz yum

 

 

在离线机器上安装ansible

 

# cat   install_ansible.sh

【ansible】CentOS7.x上ansible的离线安装包制作

 

相关文章:

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