Hi all.
I have an environment with several hundred unreliable machines. Sometimes they’re just dead, sometimes they’re misconfigured. I always encounter some where the keys in my ssh-agent don’t work and it prompts me to enter the password and it waits for me to hit enter a bunch of times before the play will proceed.
Is there a way to configure ssh or ansible to just fail when this happens? I sometimes will run plays with password auth instead of ssh keys, so I don’t want to completely disable that.
Thanks!
-Dylan