mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Switch to using callback queue by default
* Fix an issue where we grab the wrong setting for the callback connection * Remove old ansible.cfg that we shipped with the setup playbook for centos 6
This commit is contained in:
@@ -796,6 +796,7 @@ ACTIVITY_STREAM_ENABLED_FOR_INVENTORY_SYNC = False
|
||||
# Internal API URL for use by inventory scripts and callback plugin.
|
||||
INTERNAL_API_URL = 'http://127.0.0.1:%s' % DEVSERVER_DEFAULT_PORT
|
||||
|
||||
USE_CALLBACK_QUEUE = True
|
||||
CALLBACK_QUEUE = "callback_tasks"
|
||||
SCHEDULER_QUEUE = "scheduler"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user