Brian Coca
unread,May 26, 2015, 1:23:03 PM5/26/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
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