ansible and cvs

Hi there,

I’m trying to setup a deployment of various sources that are scattered among various vcs repositories (git, cvs, hg, …) and while I found most of the stuff on the available modules (http://docs.ansible.com/ansible/list_of_source_control_modules.html) I haven’t yet found a cvs module. I don’t dare to develop one at the moment because I hope to find an already existing solution first!

I’ve searched beyond the ansible documentation, through forums/blogs/rants but so far not really found a lot of material.

I know I could potentially work around with the command module, or the shell, but before digging into it I’d like to check if the community has already a solution at hand.

Any pointers/suggestions/comments are welcome.
Thanks.

Al

There is no CVS module currentlym, but you should be able to use
shell/command module to invoke it.

Considering the command similarities with subversion, it would not be
hard to create one.