Could go either way.

If you had a pattern like so:

- hosts: localhost
  tasks:
     - svn: ...

- hosts: webservers
  tasks:
     - synchronize: ...

You could do a local checkout to the server once and then blast it out,
rather than have every server connect to SVN directly.

unarchive would be another alternative if you had a tarball rather than
synchronize, which is a wrapper around rsync.




On Thu, Jul 24, 2014 at 3:03 PM, Mauricio Tavares <raubvo...@gmail.com>
wrote:

>       If I am storing templates and other files in subversion, does
> the client need to be able to reach the svn server or can I just have
> the ansible server grab files from svn server and feed them to client?
>
> --
> 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 ansible-project+unsubscr...@googlegroups.com.
> To post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/CAHEKYV6cgsG3tJ6zJqBZ%3DmJ5nxf049T94xp_zvaz8MmN8zE9kw%40mail.gmail.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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CA%2BnsWgw2i3e6Sb1x98tpzfvq00dkbmjmEzaN9YbAeyExPRgbTA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to