Update network_debug_troubleshooting.rst (#52446)

<!--- Your description here -->

+label: docsite_pr
This commit is contained in:
Luke D Russell 2019-02-19 05:24:10 +10:00 committed by Sandra McCann
parent 0bf9052e06
commit 6e739b12a6

View file

@ -646,6 +646,12 @@ no additional changes necessary. The network module will now connect to the
network device by first connecting to the host specified in network device by first connecting to the host specified in
``ansible_ssh_common_args``, which is ``bastion01`` in the above example. ``ansible_ssh_common_args``, which is ``bastion01`` in the above example.
You can also set the proxy target for all hosts by using environment variables.
.. code-block:: sh
export ANSIBLE_SSH_ARGS='-o ProxyCommand="ssh -W %h:%p -q bastion01"'
Using bastion/jump host with netconf connection Using bastion/jump host with netconf connection
----------------------------------------------- -----------------------------------------------