mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update network_debug_troubleshooting.rst (#52446)
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
committed by
Sandra McCann
parent
0bf9052e06
commit
6e739b12a6
@@ -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
|
||||
-----------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user