Re: [ansible-project] Git Module: Is it a "Pull on Remote" or "Pull on Local and Push to remote"

2017-09-30 Thread Tobias Wolf
We do that all the time with local_action, module: git or module: subversion, and then synchronize onto the server, in a two -step process. Some internal servers just do not have a route into the internet. The local dir is then ignored in .gitignore or svnprop svn:ignore. Random example:

Re: [ansible-project] Git Module: Is it a "Pull on Remote" or "Pull on Local and Push to remote"

2017-09-30 Thread indraj joglekar
I see. The remote server needs to have access to the git server in that case. Ideally would like it to be a) "Pull on Local and rsync to remote" b) or "Pull on Local from git server" and "Push to remote server from local server" c) or "Pull on Local from git server" and "Pull on remote server

Re: [ansible-project] Git Module: Is it a "Pull on Remote" or "Pull on Local and Push to remote"

2017-09-30 Thread indraj joglekar
I see. The remote server needs to have access to the git server in that case. Ideally would like it to be a) "Pull on Local and rsync to remote" so as to avoid any remote dependencies. b) or "Pull on Local from git server" and "Push to remote server from local server" c) or "Pull on Local

Re: [ansible-project] Git Module: Is it a "Pull on Remote" or "Pull on Local and Push to remote"

2017-09-30 Thread Andreas Olsson
fre 2017-09-29 klockan 14:03 -0700 skrev indraj joglekar: > How does the git module work? > > a) Does it do a pull on the remote server? > b) Does it first do a pull on the local admin server and then rsync > copy the repo to the remote server? The clone/pull happens locally on the remote server.

[ansible-project] Git Module: Is it a "Pull on Remote" or "Pull on Local and Push to remote"

2017-09-29 Thread indraj joglekar
How does the git module work? a) Does it do a pull on the remote server? b) Does it first do a pull on the local admin server and then rsync copy the repo to the remote server? If not, is it possible to do this in some other way? Thanks -- You received this message because you are