diff options
author | beeankha <beeankha@gmail.com> | 2019-09-23 15:46:54 +0200 |
---|---|---|
committer | beeankha <beeankha@gmail.com> | 2019-09-23 15:46:54 +0200 |
commit | f35ad41e17dd6820192d00543273b4d7d0ad56fb (patch) | |
tree | c39363e5d343c103cea870675e0da3d6e78e5110 /docs | |
parent | More AWX docs edits (diff) | |
download | awx-f35ad41e17dd6820192d00543273b4d7d0ad56fb.tar.xz awx-f35ad41e17dd6820192d00543273b4d7d0ad56fb.zip |
Fix misc. errors and typos
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ansible_runner_integration.md | 2 | ||||
-rw-r--r-- | docs/credentials/credential_plugins.md | 2 | ||||
-rw-r--r-- | docs/overview.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/ansible_runner_integration.md b/docs/ansible_runner_integration.md index 00fc95157c..cfdb0f7fe9 100644 --- a/docs/ansible_runner_integration.md +++ b/docs/ansible_runner_integration.md @@ -1,6 +1,6 @@ ## Ansible Runner Integration Overview -Much of the code in AWX around Ansible and `ansible-playbook` invocation has been removed and put into the project `ansible-runner`. AWX now calls out to `ansible-runner` to invoke Ansible and `ansible-playbook`. +Much of the code in AWX around ansible and `ansible-playbook` invocation has been removed and put into the project `ansible-runner`. AWX now calls out to `ansible-runner` to invoke ansible and `ansible-playbook`. ### Lifecycle diff --git a/docs/credentials/credential_plugins.md b/docs/credentials/credential_plugins.md index 63a6594519..f60532ddf4 100644 --- a/docs/credentials/credential_plugins.md +++ b/docs/credentials/credential_plugins.md @@ -29,7 +29,7 @@ the Machine Credential: secret management system (in this example, specifying a URL and an OAuth2.0 token _to access_ HashiCorp Vault) -3. _Link_ the `password` field for the Machine cCredential to the external +3. _Link_ the `password` field for the Machine Credential to the external system by specifying the source (in this example, the HashiCorp Credential) and metadata about the path (e.g., `/some/path/to/my/password/`). diff --git a/docs/overview.md b/docs/overview.md index 5e98bac21d..4006cdc784 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -46,7 +46,7 @@ A Job Template is a definition and set of parameters for running AWX stores sensitive credential data which can be attached to `ansible-playbook` processes that it runs. This data can be oriented towards SSH connection -authentication (usernames, passwords, SSH keys and pass phrases), +authentication (usernames, passwords, SSH keys and passphrases), Ansible-specific prompts (such as Vault passwords), or environmental authentication values which various Ansible modules depend on (such as setting `AWS_ACCESS_KEY_ID` in an environment variable, or specifying |