I've been trying to configure ansible plugin with the credentials plugin to provide a SSH key + username pair to an ansible run. Ideally id like to provide this as part of a parameterized build so the activity occurs as the user and NOT as a predefined service account. This is for auditing purposes.
ATM the username is not reflected when specifying a credential. Its hard to tell if the correct key is being passed but at least a key is being used...
Has anyone had any luck configuring two in a similar fashion?