mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
Disable autodiscovery except for docker-compose (#11142)
This commit is contained in:
@@ -69,6 +69,9 @@ AWX_ROLES_ENABLED = True
|
||||
PENDO_TRACKING_STATE = "off"
|
||||
INSIGHTS_TRACKING_STATE = False
|
||||
|
||||
# auto-discover receptor-* execution nodes
|
||||
MESH_AUTODISCOVERY_ENABLED = True
|
||||
|
||||
# debug toolbar and swagger assume that requirements/requirements_dev.txt are installed
|
||||
|
||||
INSTALLED_APPS += ['rest_framework_swagger', 'debug_toolbar'] # NOQA
|
||||
|
||||
Reference in New Issue
Block a user