mirror of
https://github.com/ansible/awx.git
synced 2026-05-01 06:35:26 -02:30
Rename private to primary in galaxy settings
use a setting for the public galaxy URL
This commit is contained in:
@@ -623,10 +623,10 @@ AWX_ROLES_ENABLED = True
|
||||
AWX_COLLECTIONS_ENABLED = True
|
||||
|
||||
# Settings for private galaxy server, should be set in the UI
|
||||
PRIVATE_GALAXY_URL = ''
|
||||
PRIVATE_GALAXY_USERNAME = ''
|
||||
PRIVATE_GALAXY_TOKEN = ''
|
||||
PRIVATE_GALAXY_PASSWORD = ''
|
||||
PRIMARY_GALAXY_URL = ''
|
||||
PRIMARY_GALAXY_USERNAME = ''
|
||||
PRIMARY_GALAXY_TOKEN = ''
|
||||
PRIMARY_GALAXY_PASSWORD = ''
|
||||
# Public Galaxy URL, not configurable outside of file-based settings
|
||||
PUBLIC_GALAXY_URL = 'https://galaxy.ansible.com'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user