mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 19:40:00 -02:30
Fix misc. errors and typos
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Ansible Runner Integration Overview
|
## 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
|
### Lifecycle
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ the Machine Credential:
|
|||||||
secret management system (in this example, specifying a URL and an
|
secret management system (in this example, specifying a URL and an
|
||||||
OAuth2.0 token _to access_ HashiCorp Vault)
|
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)
|
system by specifying the source (in this example, the HashiCorp Credential)
|
||||||
and metadata about the path (e.g., `/some/path/to/my/password/`).
|
and metadata about the path (e.g., `/some/path/to/my/password/`).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user