ansible-plugin
ansible-plugin copied to clipboard
Parameter to pass password for WinRM connections
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.
Workaround:
@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.