This is not a feature we are contemplating, as there are already good interactive multiple machine ssh clients (cssh, pssh, etc).
Ansible is an automation tool, it is not meant for interactive consoles. For most network devices we are accepting modules that configure them through available APIs. In some cases by treating them as unix machines as many routers are now exposing their Linux or BSD nature to the user. In your case you might be limited to the raw module which we do not recommend except as a way to bootstrap full Ansible support (installing python). In some cases you might be stuck with using the template module to create a config file to upload to the router, it is not a great solution but this is mostly a limitation of the router software. -- Brian Coca -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAJ5XC8%3DpPGpE-BB_GsDbvsDaXfBPu-bQGwBMnosOq2OvoSKJRQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
