Re: [ansible-project] synchronize between two remote servers

2019-01-07 Thread John Harmon
I have it working. Kai was right, I couldn't use rsync:\\. When specifying a delegation all I have to do is specify the correct destination: working: - name: "Retrieve backups from mybackup02" synchronize: src: /dbbackup/nonprod_images/ dest: "{{ one_week }}/" #<---

Re: [ansible-project] synchronize between two remote servers

2019-01-05 Thread Marcelo Roccasalva
On Fri, Jan 4, 2019 at 3:04 PM John Harmon wrote: > TASK [Retrieve backups from mybackup02] > * > fatal:

Re: [ansible-project] synchronize between two remote servers

2019-01-05 Thread Kai Stian Olstad
On Friday, 4 January 2019 19:39:26 CET John Harmon wrote: > > On Friday, January 4, 2019 at 11:34:13 AM UTC-7, Kai Stian Olstad wrote: > > > > On Friday, 4 January 2019 19:04:38 CET John Harmon wrote: > > > I have found other docs on this, but can't seem to "fix" my issue with > > what > > > I

Re: [ansible-project] synchronize between two remote servers

2019-01-04 Thread John Harmon
On Friday, January 4, 2019 at 11:34:13 AM UTC-7, Kai Stian Olstad wrote: > > On Friday, 4 January 2019 19:04:38 CET John Harmon wrote: > > I have found other docs on this, but can't seem to "fix" my issue with > what > > I am finding. Consider the following playbook: > > > > - hosts:

Re: [ansible-project] synchronize between two remote servers

2019-01-04 Thread Kai Stian Olstad
On Friday, 4 January 2019 19:04:38 CET John Harmon wrote: > I have found other docs on this, but can't seem to "fix" my issue with what > I am finding. Consider the following playbook: > > - hosts: mybackup > gather_facts: false > vars: > one_week:

Re: [ansible-project] synchronize between two remote servers: you can pull but you cannot push?

2016-05-03 Thread Joseph Louthan
Good enough. Thank you. Sincerely, Joe Louthan joelout...@gmail.com 817-760-0765 On Mon, May 2, 2016 at 11:24 PM, Johannes Kastl wrote: > On 02.05.16 16:29 Joe Louthan wrote: > > > I guess what I am asking is how do you rsync pushing from one remote > server > > to another

Re: [ansible-project] synchronize between two remote servers: you can pull but you cannot push?

2016-05-03 Thread Johannes Kastl
On 02.05.16 16:29 Joe Louthan wrote: > I guess what I am asking is how do you rsync pushing from one remote server > to another (as oppose to pulling which I can successfully do). I would call rsync via shell/command rather than use the synchronize module. Johannes -- You received this