如何从位存储库回购到目标主机进行ansible安装Nginx?

时间:2019-05-02 02:36:49

标签: nginx ansible bitbucket

如何从远程bitbucket存储库中获取安装程序,然后在目标主机上进行安装?

在本地网络(没有互联网连接)上,我有:

  • AnsibleRhel 7虚拟机上
  • bitbucketWindows Server 2016虚拟机上
  • 目标主机位于另一个Rhel 7 vm

他们都可以通过SSH相互连接。

1 个答案:

答案 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->回购