I'm not sure a connection plugin makes sense, since it requires transfer of files to/from the target, though possible via the terminal i don't think this is a good approach.
One option to send commands is using the expect module (delegated to the host having terminal access) to handle commands and prompts as they happen Another is creating something like the telnet action plugin that will handle the communication directly and allow you to send commands (its mostly a specialized 'expect'). -- ---------- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
