In other words, can the ansible "expect" module be used over a raw SSH connection?
I'm trying automate some simple embedded devices that do not have a full Python or even shell. The ansible raw
module works fine for simple commands, but I'd like to drive things in an expect-like manner.
Can this be done?