mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
clarifies how ASK works for Tower credentials (#59050)
* clarifies how ASK works for credentials
This commit is contained in:
committed by
AlanCoding
parent
1ae1011ccb
commit
a7bf31d423
@@ -62,11 +62,12 @@ options:
|
|||||||
type: str
|
type: str
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
- Username for this credential. access_key for AWS.
|
- Username for this credential. ``access_key`` for AWS.
|
||||||
type: str
|
type: str
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- Password for this credential. Use ASK for prompting. secret_key for AWS. api_key for RAX.
|
- Password for this credential. ``secret_key`` for AWS. ``api_key`` for RAX.
|
||||||
|
- Use "ASK" and launch in Tower to be prompted.
|
||||||
type: str
|
type: str
|
||||||
ssh_key_data:
|
ssh_key_data:
|
||||||
description:
|
description:
|
||||||
@@ -75,7 +76,8 @@ options:
|
|||||||
type: str
|
type: str
|
||||||
ssh_key_unlock:
|
ssh_key_unlock:
|
||||||
description:
|
description:
|
||||||
- Unlock password for ssh_key. Use ASK for prompting.
|
- Unlock password for ssh_key.
|
||||||
|
- Use "ASK" and launch in Tower to be prompted.
|
||||||
type: str
|
type: str
|
||||||
authorize:
|
authorize:
|
||||||
description:
|
description:
|
||||||
@@ -118,15 +120,18 @@ options:
|
|||||||
type: str
|
type: str
|
||||||
become_username:
|
become_username:
|
||||||
description:
|
description:
|
||||||
- Become username. Use ASK for prompting.
|
- Become username.
|
||||||
|
- Use "ASK" and launch in Tower to be prompted.
|
||||||
type: str
|
type: str
|
||||||
become_password:
|
become_password:
|
||||||
description:
|
description:
|
||||||
- Become password. Use ASK for prompting.
|
- Become password.
|
||||||
|
- Use "ASK" and launch in Tower to be prompted.
|
||||||
type: str
|
type: str
|
||||||
vault_password:
|
vault_password:
|
||||||
description:
|
description:
|
||||||
- Vault password. Use ASK for prompting.
|
- Vault password.
|
||||||
|
- Use "ASK" and launch in Tower to be prompted.
|
||||||
type: str
|
type: str
|
||||||
vault_id:
|
vault_id:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user