From e5e3486be647f317c5ad242196fe588bdfbbc12c Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Tue, 16 Jul 2019 14:37:47 -0500 Subject: [PATCH] clarifies how ASK works for Tower credentials (#59050) * clarifies how ASK works for credentials --- .../ansible_tower/tower_credential.py | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py index d82ccb9b924..8f8b41badf6 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py @@ -62,11 +62,12 @@ options: type: str username: description: - - Username for this credential. access_key for AWS. + - Username for this credential. ``access_key`` for AWS. type: str password: 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 ssh_key_data: description: @@ -75,7 +76,8 @@ options: type: str ssh_key_unlock: 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 authorize: description: @@ -118,15 +120,18 @@ options: type: str become_username: description: - - Become username. Use ASK for prompting. + - Become username. + - Use "ASK" and launch in Tower to be prompted. type: str become_password: description: - - Become password. Use ASK for prompting. + - Become password. + - Use "ASK" and launch in Tower to be prompted. type: str vault_password: description: - - Vault password. Use ASK for prompting. + - Vault password. + - Use "ASK" and launch in Tower to be prompted. type: str vault_id: description: