Ansible role to install Celery.
None.
celery_log_dir: The directory to store logs. Default: /var/log/celerycelery_user_name: The user account to run celery under. Default: celerycelery_group_name: The group to run celery under. Default: celery
- The ScorpionResponse.pip role will be used to install pip
- The ScorpionResponse.supervisord role will be use to install supervisord and run celery with that.
Example usage:
- hosts: all
roles:
- { role: ScorpionResponse.celery }
BSD