mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
AC-683 Fixed credential help text.
This commit is contained in:
@@ -86,20 +86,21 @@ angular.module('CredentialFormDefinition', [])
|
|||||||
editRequired: true,
|
editRequired: true,
|
||||||
helpCollapse: [
|
helpCollapse: [
|
||||||
{ hdr: 'Credential Type',
|
{ hdr: 'Credential Type',
|
||||||
content: '<p>Choose a type based on how this credential will be used: ' +
|
content: '<p>Choose a type for this credential: ' +
|
||||||
'<dl>\n' +
|
'<dl>\n' +
|
||||||
'<dt>AWS</dt>\n' +
|
'<dt>AWS</dt>\n' +
|
||||||
'<dd>Access keys for running cloud inventory sync with Amazon Web Services.</dd>\n' +
|
'<dd>Access keys for Amazon Web Services used for inventory management or deployment.</dd>\n' +
|
||||||
'<dt>Machine</dt>\n' +
|
'<dt>Machine</dt>\n' +
|
||||||
'<dd>Define SSH and Sudo access for playbooks. Used when submitting jobs to run playbooks ' +
|
'<dd>Authentication for remote machine access. This can include SSH keys, usernames, passwords, ' +
|
||||||
'on a remote host.</dd>' +
|
'and sudo information. Machine credentials are used when submitting jobs to run playbooks against ' +
|
||||||
|
'remote hosts.</dd>' +
|
||||||
'<dt>Rackspace</dt>\n' +
|
'<dt>Rackspace</dt>\n' +
|
||||||
'<dd>Credentials for running cloud inventory sync with Rackspace.</dd>\n' +
|
'<dd>Access information for Rackspace Cloud used for inventory management or deployment.</dd>\n' +
|
||||||
'<dt>SCM</dt>\n' +
|
'<dt>SCM</dt>\n' +
|
||||||
'<dd>Used on projects to clone and update local source code repositories ' +
|
'<dd>Used to check out and synchronize playbook repositories with a remote source control ' +
|
||||||
' from a remote revision control system such as Git, SVN or Mercurial.</dd>\n' +
|
'management system such as Git, Subversion (svn), or Mercurial (hg). These credentials are ' +
|
||||||
|
'used on the Projects tab.</dd>\n' +
|
||||||
'</dl>\n'
|
'</dl>\n'
|
||||||
|
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
access_key: {
|
access_key: {
|
||||||
|
|||||||
Reference in New Issue
Block a user