A ha, excellent! We have some positive news :) So I'd suggest there's something up with the rsync. Wrapping rsync in Ansible can be a challenge - hence the synchronize module (also a challenge!)
I'd be inclined to just test another module between the servers too - in your playbook I mean. Maybe do something simple like a "copy" but with a small text file? If that plays ball, try the DB dump? Is the dump file big? Would the "copy" module not suffice? > On 5 Apr 2017, at 23:43, Robert F <[email protected]> wrote: > > Hi Mark, > > Interestingly, if I ping the database server's domain name as it's given in > the inventory file, I do get a "pong" back. > -- > You received this message because you are subscribed to a topic in the Google > Groups "Ansible Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-project/ozOe60idnAk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/a030761b-a781-4e4a-aa7b-9572fe495908%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3523ED6D-4E14-4BC4-B088-039819A61417%40probably.co.uk. For more options, visit https://groups.google.com/d/optout.
