mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
Initial env var implementation of private galaxy server
This commit is contained in:
@@ -58,12 +58,19 @@ export default ['i18n', function(i18n) {
|
||||
type: 'text',
|
||||
reset: 'ANSIBLE_FACT_CACHE_TIMEOUT',
|
||||
},
|
||||
PROJECT_UPDATE_VVV: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
AWX_ROLES_ENABLED: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
AWX_COLLECTIONS_ENABLED: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
PRIVATE_GALAXY_URL: {
|
||||
type: 'text',
|
||||
reset: 'PRIVATE_GALAXY_URL',
|
||||
},
|
||||
AWX_TASK_ENV: {
|
||||
type: 'textarea',
|
||||
reset: 'AWX_TASK_ENV',
|
||||
|
||||
Reference in New Issue
Block a user