#2073 - Support setting to prevent Tower from pulling from requirements.yml files for an SCM project

This commit is contained in:
John Westcott IV
2018-07-17 13:03:47 -04:00
parent f0707ad701
commit 0ba8022eac
6 changed files with 26 additions and 1 deletions

View File

@@ -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