ansible-plugin icon indicating copy to clipboard operation
ansible-plugin copied to clipboard

Parameter to pass password for WinRM connections

Open astapelfeld opened this issue 1 year ago • 2 comments

According Ansible Windows Remote Management WinRM requires the password to be passed as ansible_password. Is there any way to pass the value of a Secure Authentication Option or Key Storage Path as ansible_password to ansible?

The only parameters that I see in the documentation for authentication passwords are ansible-ssh-password-option and ansible-ssh-password-storage-path. Those are passed to ansible as ansible_ssh_password.

astapelfeld avatar Aug 29 '24 10:08 astapelfeld

Workaround:

image

astapelfeld avatar Sep 18 '24 09:09 astapelfeld

@astapelfeld Thanks, it works. I lost the count of attempts to pass a password there through Rundeck while ansible cli just works with ansible_password.

badlogin avatar Oct 01 '24 11:10 badlogin