Re: [ansible-devel] Can Ansible automate ssh configuration on network devices??

2021-05-04 Thread Wilber H
Hi - thanks for the playbook samples. Question - Do you have similar playbook but for connecting to a BigSwitch device over ssh through a terminal server? p.s. BigSwitch is now part of Arista since 2020 but I don't think the "ansible_network_os: eos" works to connect to BigSwitch devices

Re: [ansible-devel] Can Ansible automate ssh configuration on network devices??

2021-02-10 Thread Paul Belanger
On Tue, Feb 09, 2021 at 08:30:19PM -0800, Mian.M Talha Iqbal wrote: > I've been working with ansible for a little while now and it's really > awesome. > We can manage a large number of networking devices with a single machine. > But for that we need to establish a manual connection with the

[ansible-devel] Can Ansible automate ssh configuration on network devices??

2021-02-09 Thread Mian.M Talha Iqbal
I've been working with ansible for a little while now and it's really awesome. We can manage a large number of networking devices with a single machine. But for that we need to establish a manual connection with the devices using telnet or ssh protocol. Now the question is that, Is there any