如何从远程bitbucket
存储库中获取安装程序,然后在目标主机上进行安装?
在本地网络(没有互联网连接)上,我有:
Ansible
在Rhel 7
虚拟机上bitbucket
在Windows Server 2016
虚拟机上Rhel 7 vm
他们都可以通过SSH相互连接。
答案 0 :(得分:0)
您可以使用git模块将安装程序从git下载到控制器计算机。流程如下:
controller machine:
git: copy the installer using ssh protocol
once the installer is on your local you can copy from controller to target
copy: from controller machine to target server
install: nginx
目标服务器
bitbucket->回购