If using WinRM your only “password less” options are certificate based auth 
which is a massive pain to setup and I would not recommend it or Kerberos. With 
Kerberos you can use kinit before running Ansible to get a token that is then 
used for subsequent authentication. Kinit also works with a pre generated key 
tab so you don’t need to set the password.

A final option is to use SSH with Windows with key auth. This is a fairly 
recent feature and it may still have some bugs but it does work.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/0ae19a66-65b8-4b1a-870f-93e7993e9942%40googlegroups.com.

Reply via email to