Ansible as alternative to celery or python-rq?

Hi,

we need to implement a use case which looks like celery or python-rq could be used.

We already use ansible in this context.

I ask myself if it is good to have two systems for queueing jobs and processing them in the background.
We already have ansible. Add another (celery or python-rq) or use ansible for this?

Can you understand what I ask? If not, please tell me.

I have some guidelines which conflict here:

  • less is more
  • do re-use
  • go common routes.

What do you think?