Hi Kuli, In a nutshell - yes, Ansible can automate this. Without knowing more details about the exact steps in this workflow, I can't give precise directions; however suffice it to say this seems like a very common mix of SCM, file, template and command operations. If you're automating this already with scripts and Jenkins, Ansible can definitely do it as well.
Thanks! On Wed, Oct 22, 2014 at 12:40 PM, Kuli Singh <[email protected]> wrote: > Hello there > > I am a seasoned DevOps veteran, and am getting interested in Ansible at > the moment. > > One question I have is about deploying artefacts in enterprise > environments with a mutli-technology stack: for example in my current > projects our custom build CI builds do the following: > > - Based on the contents of our artefacts repository in GIT we (using > Jenkins CI) do the following: > - Deploy all Websphere MQ Objects > - Build, override (as configured) and deploy all BAR files to > Websphere Message Broker > - Deploy all Database scripts > - Copy over Java classes > - Copy over XSLT and XML files > - Run message based component tests on the resultant system using > SOAP-UI based tests > > Is ansible able to do this and can someone describe how you would do this > using ansible? > > Many thanks > > Kuli > > -- > 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/dbd8b879-3968-43b5-8e51-6a5bcc403976%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/dbd8b879-3968-43b5-8e51-6a5bcc403976%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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/CAMFyvFiyXCnJBAYKWfzEyaXER-%3D-M5vwEO5dd1k8AMdU%3DJGBHQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
