mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Initial env var implementation of private galaxy server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user