Initial env var implementation of private galaxy server

This commit is contained in:
AlanCoding
2019-08-23 16:46:48 -04:00
parent 5a5b46aea0
commit c566c332f9
4 changed files with 84 additions and 0 deletions

View File

@@ -609,6 +609,9 @@ 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'
# Run project updates with extra verbosity
PROJECT_UPDATE_VVV = False
# Enable dynamically pulling roles from a requirement.yml file
# when updating SCM projects
# Note: This setting may be overridden by database settings.
@@ -619,6 +622,12 @@ AWX_ROLES_ENABLED = True
# Note: This setting may be overridden by database settings.
AWX_COLLECTIONS_ENABLED = True
# Settings for private galaxy server, should be set in the UI
PRIVATE_GALAXY_URL = None
PRIVATE_GALAXY_USERNAME = None
PRIVATE_GALAXY_TOKEN = None
PRIVATE_GALAXY_PASSWORD = None
# Enable bubblewrap support for running jobs (playbook runs only).
# Note: This setting may be overridden by database settings.
AWX_PROOT_ENABLED = True