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

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