mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
#2073 - Support setting to prevent Tower from pulling from requirements.yml files for an SCM project
This commit is contained in:
@@ -649,6 +649,11 @@ AWX_REBUILD_SMART_MEMBERSHIP = False
|
||||
# By default, allow arbitrary Jinja templating in extra_vars defined on a Job Template
|
||||
ALLOW_JINJA_IN_EXTRA_VARS = 'template'
|
||||
|
||||
# Enable dynamically pulling roles from a requirement.yml file
|
||||
# when updating SCM projects
|
||||
# Note: This setting may be overridden by database settings.
|
||||
AWX_ROLES_ENABLED = True
|
||||
|
||||
# Enable bubblewrap support for running jobs (playbook runs only).
|
||||
# Note: This setting may be overridden by database settings.
|
||||
AWX_PROOT_ENABLED = True
|
||||
|
||||
Reference in New Issue
Block a user