Ansible and parallelism

Anshu Prateek anshprat at gmail.com
Fri Feb 7 14:27:02 UTC 2014


Use the serial keyword

http://docs.ansible.com/playbooks_delegation.html


On Fri, Feb 7, 2014 at 7:28 PM, Aurélien Bompard <gauret at free.fr> wrote:

>  Hi y'all!
>
>
> Small ansible question: I have this ansible playbook which uploads and
> runs a script to set some permissions in the database. This worked fine
> while the playbook was only executed on a single server, but now that
> mailman01 and 02 are being setup for prod, the script is executed on both
> machines, and tries to set the permissions in the same DB server at the
> same time, which produces a psycopg2.InternalError (tuple concurrently
> updated).
>
> Any idea how I can ask Ansible to not run this task in parallel on both
> servers? Any other way around this?
>
>
> Thanks,
>
> Aurélien
>
> _______________________________________________
> infrastructure mailing list
> infrastructure at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20140207/d4f8c7a2/attachment.html>


More information about the infrastructure mailing list