clarifies how ASK works for Tower credentials (#59050)

* clarifies how ASK works for credentials
pull/59154/head
Alicia Cozine 5 years ago committed by Sandra McCann
parent 019d078a5a
commit e5e3486be6

@ -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:

Loading…
Cancel
Save