Re: [ansible-project] Accessing Network Devices via Jump Hosts

2020-06-12 Thread Srinivas Naram
I have a similar question. In one of the environment, Application server (in which ansible is installed) is located in Green network and actual network devices are located in Red Network. Connection from Green network to Red Network is only by a VPN connection. Is there a possibility in Ansible to

Re: [ansible-project] Accessing Network Devices via Jump Hosts

2020-06-11 Thread Dick Visser
https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-configure-a-jump-host-to-access-servers-that-i-have-no-direct-access-to On Thu, 11 Jun 2020 at 19:17, Ashwajit Bhoutkar wrote: > Hi, > > > I've a general question related to Ansible for accessing the network > device

[ansible-project] Accessing Network Devices via Jump Hosts

2020-06-11 Thread Ashwajit Bhoutkar
Hi, I've a general question related to Ansible for accessing the network devices. While going through the ansible documentations, I understood that the control host is directly connected to the network elements and send the commands for configurations. However, in real world scenarios, these