Hi Serge, for some applications, manual validation is required - thus the requirement for a prompt before doing a deployment to the next node
Thanks, Moti. On Tuesday, May 20, 2014 9:17:08 AM UTC+3, Moti Heller wrote: > > Hi, > > I have the following requirement for deploying a java web application on > multiple hosts: > > 1. Copy the deployed artifact (war file) in parallel to the relevant hosts > to a temp folder > 2. Deploy the app (stop tomcat, delete old app, copy new war from temp > folder, start tomcat) one host at a time with a prompt between each host in > order to verify that the deployment is successful > > Can this be achieved in a single playbook (part of it is parallel and part > is serial:1 with a prompt) or 2 playbooks are required? (one for parallel > copy and one for serial deployment with prompt) > > Thanks, > Moti. > -- 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/1e49ef7c-f815-474d-aab9-930ac2559fcf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
