mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Change indent to standard pattern
This commit is contained in:
parent
be6657239d
commit
58cb3d5bdc
@ -232,25 +232,25 @@
|
||||
}
|
||||
},
|
||||
"GALAXY_TASK_ENV": {
|
||||
"type": "nested object",
|
||||
"required": true,
|
||||
"label": "Environment Variables for Galaxy Commands",
|
||||
"help_text": "Additional environment variables set for invocations of ansible-galaxy within project updates. Useful if you must use a proxy server for ansible-galaxy but not git.",
|
||||
"category": "Jobs",
|
||||
"category_slug": "jobs",
|
||||
"placeholder": {
|
||||
"HTTP_PROXY": "myproxy.local:8080"
|
||||
},
|
||||
"default": {
|
||||
"ANSIBLE_FORCE_COLOR": "false",
|
||||
"GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no"
|
||||
},
|
||||
"child": {
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"read_only": false
|
||||
}
|
||||
},
|
||||
"type": "nested object",
|
||||
"required": true,
|
||||
"label": "Environment Variables for Galaxy Commands",
|
||||
"help_text": "Additional environment variables set for invocations of ansible-galaxy within project updates. Useful if you must use a proxy server for ansible-galaxy but not git.",
|
||||
"category": "Jobs",
|
||||
"category_slug": "jobs",
|
||||
"placeholder": {
|
||||
"HTTP_PROXY": "myproxy.local:8080"
|
||||
},
|
||||
"default": {
|
||||
"ANSIBLE_FORCE_COLOR": "false",
|
||||
"GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no"
|
||||
},
|
||||
"child": {
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"read_only": false
|
||||
}
|
||||
},
|
||||
"INSIGHTS_TRACKING_STATE": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
@ -3963,25 +3963,25 @@
|
||||
}
|
||||
},
|
||||
"GALAXY_TASK_ENV": {
|
||||
"type": "nested object",
|
||||
"required": true,
|
||||
"label": "Environment Variables for Galaxy Commands",
|
||||
"help_text": "Additional environment variables set for invocations of ansible-galaxy within project updates. Useful if you must use a proxy server for ansible-galaxy but not git.",
|
||||
"category": "Jobs",
|
||||
"category_slug": "jobs",
|
||||
"placeholder": {
|
||||
"HTTP_PROXY": "myproxy.local:8080"
|
||||
},
|
||||
"default": {
|
||||
"ANSIBLE_FORCE_COLOR": "false",
|
||||
"GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no"
|
||||
},
|
||||
"child": {
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"read_only": false
|
||||
}
|
||||
},
|
||||
"type": "nested object",
|
||||
"required": true,
|
||||
"label": "Environment Variables for Galaxy Commands",
|
||||
"help_text": "Additional environment variables set for invocations of ansible-galaxy within project updates. Useful if you must use a proxy server for ansible-galaxy but not git.",
|
||||
"category": "Jobs",
|
||||
"category_slug": "jobs",
|
||||
"placeholder": {
|
||||
"HTTP_PROXY": "myproxy.local:8080"
|
||||
},
|
||||
"default": {
|
||||
"ANSIBLE_FORCE_COLOR": "false",
|
||||
"GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no"
|
||||
},
|
||||
"child": {
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"read_only": false
|
||||
}
|
||||
},
|
||||
"INSIGHTS_TRACKING_STATE": {
|
||||
"type": "boolean",
|
||||
"label": "Gather data for Insights for Ansible Automation Platform",
|
||||
|
||||
@ -7,10 +7,10 @@
|
||||
"AWX_ISOLATION_BASE_PATH": "/tmp",
|
||||
"AWX_ISOLATION_SHOW_PATHS": [],
|
||||
"AWX_TASK_ENV": {},
|
||||
"GALAXY_TASK_ENV": {
|
||||
"ANSIBLE_FORCE_COLOR": "false",
|
||||
"GALAXY_TASK_ENV": {
|
||||
"ANSIBLE_FORCE_COLOR": "false",
|
||||
"GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no"
|
||||
},
|
||||
},
|
||||
"PROJECT_UPDATE_VVV": false,
|
||||
"AWX_ROLES_ENABLED": true,
|
||||
"AWX_COLLECTIONS_ENABLED": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user