Feature #24367
closedAdd SSH key passphrase support to ansible feature
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1605147
Description of problem:
This bug related with bz1437538.
If the remote execution feature can use "SSH key passphrase" then the ansible feature should has the same option.
Version-Release number of selected component (if applicable):
Sat6.4#11
How reproducible:
100%
Steps to Reproduce:
hammer settings list | grep passphrase
Actual results:
remote_execution_ssh_key_passphrase | mySecret | Default key passphrase to use for SSH. You may override per host by setting a...
Expected results:
ansible_ssh_key_passphrase | mySecret | Default key passphrase to use for SSH. You may override per host by setting a...
remote_execution_ssh_key_passphrase | mySecret | Default key passphrase to use for SSH. You may override per host by setting a...
Additional info: