Update network_debug_troubleshooting.rst (#52446)
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
parent
0bf9052e06
commit
6e739b12a6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
``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
|
||||
-----------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue